Commit 5914cb621a10f45e055fe7bba96f9e0485daf881

Werner Lemberg 2008-12-16T13:12:18

Minor doc fixes.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 23ff88b..5a0a1c4 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1550,10 +1550,10 @@ FT_BEGIN_HEADER
   /*                                                                       */
   /*    This image can later be converted into a bitmap by calling         */
   /*    @FT_Render_Glyph.  This function finds the current renderer for    */
-  /*    the native image's format then invokes it.                         */
+  /*    the native image's format, then invokes it.                        */
   /*                                                                       */
   /*    The renderer is in charge of transforming the native image through */
-  /*    the slot's face transformation fields, then convert it into a      */
+  /*    the slot's face transformation fields, then converting it into a   */
   /*    bitmap that is returned in `slot->bitmap'.                         */
   /*                                                                       */
   /*    Note that `slot->bitmap_left' and `slot->bitmap_top' are also used */