summaryrefslogtreecommitdiff
path: root/src/hardcopy.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:40:02 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:40:02 +0000
commitb15c8332229dd223d1a02591df0d2ff8e60c866d (patch)
tree39a61f0f2306315fdfaaa1efc4ede2b85b006317 /src/hardcopy.c
parent10c56952d8d29365e178baa4e0db785493041595 (diff)
downloadvim-git-b15c8332229dd223d1a02591df0d2ff8e60c866d.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/hardcopy.c')
-rw-r--r--src/hardcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardcopy.c b/src/hardcopy.c
index cb9979234..9e5383e42 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.