fixed typo in comment

This commit is contained in:
Just van Rossum 2000-03-05 16:10:10 +00:00
parent 1eabbcb453
commit 80f4b060e3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{