shithub: freetype+ttf2subf

Download patch

ref: 80f4b060e330334698f1dfb770913589b3786bb0
parent: 1eabbcb45367ba53120e04968ed2efeeb6f5acd6
author: Just van Rossum <[email protected]>
date: Sun Mar 5 11:10:10 EST 2000

fixed typo in comment

git/fs: mount .git/fs: mount/attach disallowed
--- 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)
       {