diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 16:41:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 16:41:10 +0000 |
commit | 143c38cd31b5d4469e52048f355313718430bf0c (patch) | |
tree | 0f9e77c97ddf479970eb0b02ed4e5286f356a1b1 /src/glbl_ime.cpp | |
parent | 706cdebcf8705be594101c26f44fa15fed80fbcb (diff) | |
download | vim-git-143c38cd31b5d4469e52048f355313718430bf0c.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/glbl_ime.cpp')
-rw-r--r-- | src/glbl_ime.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glbl_ime.cpp b/src/glbl_ime.cpp index 20247e552..1abfeaf57 100644 --- a/src/glbl_ime.cpp +++ b/src/glbl_ime.cpp @@ -19,10 +19,10 @@ * Global IME makes capability input Chinese, Japanese, and Korean text into * Vim buffer on any language version of Windows 98, Windows 95, and Windows * NT 4.0. See below URL for detail of Global IME. You can also find - * various laguage version of Global IME at same place. + * various language version of Global IME at same place. * * RUNTIME REQUIREMENTS: - * - Internet Exproler 5.01 or higher. + * - Internet Explorer 5.01 or higher. * - Global IME (with language pack?). * - Of course Vim for Windows. * @@ -159,7 +159,7 @@ global_ime_TranslateMessage(CONST MSG *lpMsg) * Set position of IME compotision window. * * You have to call this before starting composition. If once composition - * started, this can take no effect until that composition have finised. So + * started, this can take no effect until that composition have finished. So * you should handle WM_IME_STARTCOMPOSITION and call this function. */ void WINAPI |