diff options
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 ef6563f186c..0bc6068bd95 100644 --- a/Build/source/texk/web2c/pdftexdir/ttf2afm.c +++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.c @@ -728,7 +728,7 @@ void print_glyph_name(FILE * f, long glyph_index, int convention) u->code); } ttf_warn - ("glyph %li have multiple encodings (the first one being used): %s", + ("glyph %li has multiple encodings (the first one being used): %s", glyph_index, buf); } } |