From 143c38cd31b5d4469e52048f355313718430bf0c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 May 2007 16:41:10 +0000 Subject: updated for version 7.1b --- src/glbl_ime.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/glbl_ime.cpp') 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 -- cgit v1.2.1