include: Assorted spelling fixes

Frédéric Delanoy frederic.delanoy at gmail.com
Tue Dec 11 15:16:38 CST 2012


---
 include/atlbase.h | 2 +-
 include/imm.h     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/atlbase.h b/include/atlbase.h
index 4aeabe9..ce62474 100644
--- a/include/atlbase.h
+++ b/include/atlbase.h
@@ -23,7 +23,7 @@
 
 #include <atliface.h>
 
-/* Wine extention: we (ab)use _ATL_VER to handle truct layout differences between ATL versions. */
+/* Wine extension: we (ab)use _ATL_VER to handle struct layout differences between ATL versions. */
 #define _ATL_VER_30  0x0300
 #define _ATL_VER_70  0x0700
 #define _ATL_VER_80  0x0800
diff --git a/include/imm.h b/include/imm.h
index eff9887..d035072 100644
--- a/include/imm.h
+++ b/include/imm.h
@@ -194,7 +194,7 @@ typedef BOOL (CALLBACK* IMCENUMPROC)(HIMC, LPARAM);
 #define IME_KHOTKEY_SHAPE_TOGGLE                0x50
 #define IME_KHOTKEY_HANJACONVERT                0x51
 #define IME_KHOTKEY_ENGLISH                     0x52
-/* Windows for Tranditional Chinese Edition hot key ID from 0x70 - 0x8F */
+/* Windows for Traditional Chinese Edition hot key ID from 0x70 - 0x8F */
 #define IME_THOTKEY_IME_NONIME_TOGGLE           0x70
 #define IME_THOTKEY_SHAPE_TOGGLE                0x71
 #define IME_THOTKEY_SYMBOL_TOGGLE               0x72
@@ -469,7 +469,7 @@ typedef BOOL (CALLBACK* IMCENUMPROC)(HIMC, LPARAM);
 
 /*
  * type of soft keyboard
- * for Windows Tranditional Chinese Edition
+ * for Windows Traditional Chinese Edition
  */
 #define SOFTKEYBOARD_TYPE_T1            0x0001
 /* for Windows Simplified Chinese Edition */
-- 
1.8.0




More information about the wine-patches mailing list