Commit 80f4b060e330334698f1dfb770913589b3786bb0

Just van Rossum 2000-03-05T16:10:10

fixed typo in comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/type1/t1driver.c b/src/type1/t1driver.c
index d2fb29f..ab27fd1 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)
       {