diff --git a/ChangeLog.20 b/ChangeLog.20 index 45adbf16a..a6ceb4f78 100644 --- a/ChangeLog.20 +++ b/ChangeLog.20 @@ -2159,7 +2159,7 @@ * include/freetype/internal/t2types.h, include/freetype/internal/cfftypes.h: Changed the structures for - CFF_Encoding and CFF_Encoding for the new implementations of the + CFF_Charset and CFF_Encoding for the new implementations of the charset and encoding parsers in the CFF driver. * src/cff/t2gload.c (t2_lookup_glyph_by_stdcharcode, diff --git a/ChangeLog.23 b/ChangeLog.23 index 63cefcbbe..3f33b5f0d 100644 --- a/ChangeLog.23 +++ b/ChangeLog.23 @@ -5965,7 +5965,7 @@ * include/freetype/config/ftstdlib.h, include/freetype/internal/ftobjs.h: As suggested by Graham Asher, ensure that ft_isalnum, ft_isdigit, etc., use hard-coded values - instead on relying on the locale-dependent functions provided by + instead of relying on the locale-dependent functions provided by . 2007-05-15 Graham Asher