diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:45:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:45:37 +0000 |
commit | 29466f2b4faed1116b766343a8f6ea9794bbcae2 (patch) | |
tree | ea10bcc245c7aa401fe398671ba933c87fd8abec /src/mbyte.c | |
parent | 3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb (diff) | |
download | vim-git-29466f2b4faed1116b766343a8f6ea9794bbcae2.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/mbyte.c')
-rw-r--r-- | src/mbyte.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mbyte.c b/src/mbyte.c index f508f8a1c..7edab4465 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -1492,7 +1492,7 @@ utf_composinglike(p1, p2) #endif /* - * Convert a UTF-8 byte string to a wide chararacter. Also get up to MAX_MCO + * Convert a UTF-8 byte string to a wide character. Also get up to MAX_MCO * composing characters. */ int @@ -1532,7 +1532,7 @@ utfc_ptr2char(p, pcc) } /* - * Convert a UTF-8 byte string to a wide chararacter. Also get up to MAX_MCO + * Convert a UTF-8 byte string to a wide character. Also get up to MAX_MCO * composing characters. Use no more than p[maxlen]. */ int @@ -2974,7 +2974,7 @@ enc_canonize(enc) } # endif - /* copy "enc" to allocted memory, with room for two '-' */ + /* copy "enc" to allocated memory, with room for two '-' */ r = alloc((unsigned)(STRLEN(enc) + 3)); if (r != NULL) { @@ -4080,7 +4080,7 @@ xim_reset(void) /* * HACK for Ami: This sequence of function calls makes Ami handle - * the IM reset gratiously, without breaking loads of other stuff. + * the IM reset graciously, without breaking loads of other stuff. * It seems to force English mode as well, which is exactly what we * want because it makes the Ami status display work reliably. */ |