Commit c57023a4c8387a4039889d35663fb4e88916f411

Werner Lemberg 2005-10-24T20:51:13

typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 360ba3c..53f1486 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2728,7 +2728,7 @@ FT_BEGIN_HEADER
   /*    face     :: A handle to the source face object.                    */
   /*                                                                       */
   /* <Input>                                                               */
-  /*    encoding :: A handle to the selected charmap.                      */
+  /*    encoding :: A handle to the selected encoding.                     */
   /*                                                                       */
   /* <Return>                                                              */
   /*    FreeType error code.  0 means success.                             */