fixed typo in comment
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)
{