From 1d004dda19424d8c4a77b7b0b3a5ce8bd4d40fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Tue, 11 Dec 2012 22:16:38 +0100 Subject: [PATCH] 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 4aeabe910ff..ce62474156a 100644 --- a/include/atlbase.h +++ b/include/atlbase.h @@ -23,7 +23,7 @@ #include -/* 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 eff98871b07..d03507257c8 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 */