Commit 2961b66c705a618d2ae2c1eb4a15689831a719ce

Werner Lemberg 2015-10-19T23:17:25

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/fterrdef.h b/include/freetype/fterrdef.h
index d865da7..3bf4e63 100644
--- a/include/freetype/fterrdef.h
+++ b/include/freetype/fterrdef.h
@@ -243,7 +243,7 @@
   FT_ERRORDEF_( No_Unicode_Glyph_Name,                       0xA3,
                 "no Unicode glyph name found" )
   FT_ERRORDEF_( Glyph_Too_Big,                               0xA4,
-                "glyph to big for hinting" )
+                "glyph too big for hinting" )
 
   /* BDF errors */