Commit 4afa9d7443899bc1e77378af14907d96c37a1ad3

Ed 2010-10-08T12:05:40

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/type1/t1load.c b/src/type1/t1load.c
index d867e94..079f339 100644
--- a/src/type1/t1load.c
+++ b/src/type1/t1load.c
@@ -2180,7 +2180,7 @@
       /* OK, we do the following: for each element in the encoding  */
       /* table, look up the index of the glyph having the same name */
       /* the index is then stored in type1.encoding.char_index, and */
-      /* a the name to type1.encoding.char_name                     */
+      /* the name to type1.encoding.char_name                       */
 
       min_char = 0;
       max_char = 0;