From 80f4b060e330334698f1dfb770913589b3786bb0 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sun, 5 Mar 2000 16:10:10 +0000 Subject: [PATCH] fixed typo in comment --- src/type1/t1driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type1/t1driver.c b/src/type1/t1driver.c index d2fb29f51..ab27fd103 100644 --- a/src/type1/t1driver.c +++ b/src/type1/t1driver.c @@ -295,7 +295,7 @@ FT_Face root = &face->root; FT_CharMap charmap = face->charmaprecs; - /* synthetize a Unicode charmap if there is support in the "psnames" */ + /* synthesize a Unicode charmap if there is support in the "psnames" */ /* module.. */ if (face->psnames) {