From c272070381add87d0a331d1673d868996024d359 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Fri, 22 Jan 2016 23:36:47 -0500 Subject: [PATCH] Typo. --- include/freetype/ftlcdfil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h index 8b341b5d4..e06a8957f 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