Sync with trunk r58740.
[reactos.git] / win32ss / drivers / font / ftfd / font.c
index 75f4a8d..36d49bd 100644 (file)
@@ -382,7 +382,7 @@ FtfdQueryFontTree(
         return NULL;
     }
 
-    /* Get inital value for cGlyphs from ftface */
+    /* Get initial value for cGlyphs from ftface */
     cGlyphs = ftface->num_glyphs + 1;
 
     /* Allocate a buffer for the char codes and glyph indexes */