From b15c8332229dd223d1a02591df0d2ff8e60c866d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 May 2007 18:40:02 +0000 Subject: [PATCH] updated for version 7.1b --- src/hardcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardcopy.c b/src/hardcopy.c index cb9979234d..9e5383e421 100644 --- a/src/hardcopy.c +++ b/src/hardcopy.c @@ -3400,7 +3400,7 @@ mch_print_text_out(p, len) #ifdef FEAT_MBYTE /* Ideally VIM would create a rearranged CID font to combine a Roman and * CJKV font to do what VIM is doing here - use a Roman font for characters - * in the ASCII range, and the origingal CID font for everything else. + * in the ASCII range, and the original CID font for everything else. * The problem is that GhostScript still (as of 8.13) does not support * rearranged fonts even though they have been documented by Adobe for 7 * years! If they ever do, a lot of this code will disappear. -- 2.47.2