From 87227cc399bd0f5387bb3f8bcc53313aeaa1a9b2 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Wed, 11 Apr 2001 18:40:27 +0000 Subject: [PATCH] Fix typos (entires -> entries). --- src/type1/t1load.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/type1/t1load.c b/src/type1/t1load.c index b41e86781..2691b9bd1 100644 --- a/src/type1/t1load.c +++ b/src/type1/t1load.c @@ -1304,8 +1304,8 @@ notdef_found ) { /* Swap glyph in index 0 with /.notdef glyph. First, add index 0 */ - /* name and code entires to swap_table. Then place notdef_index name */ - /* and code entires into swap_table. Then swap name and code */ + /* name and code entries to swap_table. Then place notdef_index name */ + /* and code entries into swap_table. Then swap name and code */ /* entries at indices notdef_index and 0 using values stored in */ /* swap_table. */