ref: e756e2175820d72520e91b92e9ef8eb32176c794
parent: 319125d4c267a0f726f1589f68fd646faa725351
author: Alexei Podtelezhnikov <[email protected]>
date: Mon Feb 13 19:17:58 EST 2017
Typos.
--- 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,
--- 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
<ctypes.h>.
2007-05-15 Graham Asher <[email protected]>