diff options
author | Werner Lemberg <wl@gnu.org> | 2008-10-01 21:16:44 +0000 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2008-10-01 21:16:44 +0000 |
commit | 6bc16e92e414f5a4368d10973294e44d70e7c588 (patch) | |
tree | 4dd4447a89b83026a11472e3c47235dd7f87a939 /src/type1 | |
parent | fce4e23998c6a02d034f00fa1cf230b013583ec7 (diff) |
s/synthetize/synthesize/
Diffstat (limited to 'src/type1')
-rw-r--r-- | src/type1/t1objs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type1/t1objs.c b/src/type1/t1objs.c index 9d00cf39..0d4ad3b0 100644 --- a/src/type1/t1objs.c +++ b/src/type1/t1objs.c @@ -488,7 +488,7 @@ charmap.face = root; - /* first of all, try to synthetize a Unicode charmap */ + /* first of all, try to synthesize a Unicode charmap */ charmap.platform_id = 3; charmap.encoding_id = 1; charmap.encoding = FT_ENCODING_UNICODE; |