From 4afa9d7443899bc1e77378af14907d96c37a1ad3 Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 8 Oct 2010 12:05:40 +0200 Subject: [PATCH] Typo. --- src/type1/t1load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type1/t1load.c b/src/type1/t1load.c index d867e942c..079f339c3 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;