Commit c272070381add87d0a331d1673d868996024d359

Alexei Podtelezhnikov 2016-01-22T23:36:47

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h
index 8b341b5..e06a895 100644
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -108,8 +108,8 @@ FT_BEGIN_HEADER
    *   of @FT_Outline_Render and @FT_Outline_Get_Bitmap.
    *
    *   If this feature is activated, the dimensions of LCD glyph bitmaps are
-   *   either larger or taller than the dimensions of the corresponding
-   *   outline with regards to the pixel grid.  For example, for
+   *   either wider or taller than the dimensions of the corresponding
+   *   outline with regard to the pixel grid.  For example, for
    *   @FT_RENDER_MODE_LCD, the filter adds 3~subpixels to the left, and
    *   3~subpixels to the right.  The bitmap offset values are adjusted
    *   accordingly, so clients shouldn't need to modify their layout and