=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: include: Assorted spelling fixes.

Alexandre Julliard julliard at winehq.org
Wed Dec 12 15:14:54 CST 2012


Module: wine
Branch: master
Commit: 1d004dda19424d8c4a77b7b0b3a5ce8bd4d40fff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1d004dda19424d8c4a77b7b0b3a5ce8bd4d40fff

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue Dec 11 22:16:38 2012 +0100

include: Assorted spelling fixes.

---

 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 */




More information about the wine-cvs mailing list