From 5da58d536ebfbdf0ee8fc3bf0a0999a9098e2bb2 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 20 Dec 2011 11:00:27 +0000 Subject: pdfTeX: Fixed typos and minor glitches git-svn-id: svn://tug.org/texlive/trunk@24886 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pdftexdir/writettf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/pdftexdir/writettf.c') 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); -- cgit v1.2.3