summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/writettf.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-12-20 11:00:27 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-12-20 11:00:27 +0000
commit5da58d536ebfbdf0ee8fc3bf0a0999a9098e2bb2 (patch)
treef6095c5ec8197e79bd6710a62a923923179f2f6f /Build/source/texk/web2c/pdftexdir/writettf.c
parentedcad0a872e68cb267a02346f79e30ff86ff8ca4 (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/writettf.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/writettf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/writettf.c b/Build/source/texk/web2c/pdftexdir/writettf.c
index c723c79191e..1d5cd6497dc 100644
--- a/Build/source/texk/web2c/pdftexdir/writettf.c
+++ b/Build/source/texk/web2c/pdftexdir/writettf.c
@@ -580,7 +580,7 @@ static ttf_cmap_entry *ttf_read_cmap(char *ttf_name, int pid, int eid,
return p;
/* not found, have to read it */
- 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(INFILE, cur_file_name) - 2 * TTF_USHORT_SIZE;
cmap_tab = xtalloc(ncmapsubtabs, cmap_entry);