diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-12-20 11:00:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-12-20 11:00:27 +0000 |
commit | 5da58d536ebfbdf0ee8fc3bf0a0999a9098e2bb2 (patch) | |
tree | f6095c5ec8197e79bd6710a62a923923179f2f6f /Build/source/texk/web2c/pdftexdir/ttf2afm.c | |
parent | edcad0a872e68cb267a02346f79e30ff86ff8ca4 (diff) |
pdfTeX: Fixed typos and minor glitches
git-svn-id: svn://tug.org/texlive/trunk@24886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ttf2afm.c')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ttf2afm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ttf2afm.c b/Build/source/texk/web2c/pdftexdir/ttf2afm.c index fbd8015f938..1da6acde57c 100644 --- a/Build/source/texk/web2c/pdftexdir/ttf2afm.c +++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.c @@ -346,7 +346,7 @@ static void read_cmap(void) TTF_USHORT *glyphId, format, segCount; long int n, i, k, length, index; int unicode_map_count = 0; - ttf_seek_tab("cmap", TTF_USHORT_SIZE); /* skip the table vesrion number (=0) */ + ttf_seek_tab("cmap", TTF_USHORT_SIZE); /* skip the table version number (=0) */ ncmapsubtabs = get_ushort(); cmap_offset = xftell(fontfile, cur_file_name) - 2 * TTF_USHORT_SIZE; cmap_tab = xtalloc(ncmapsubtabs, cmap_entry); |