From: Kazuhiro Fujieda Date: Sat, 25 Jun 2011 12:44:35 +0000 (+0900) Subject: Fix typos in comments. This fix is produced by Harold Bamford X-Git-Tag: snap-110702~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8797c85356fc92efd8ba4f122bafd3263feea0b4;p=xkeymacs%2Fxkeymacs.git Fix typos in comments. This fix is produced by Harold Bamford . --- diff --git a/xkeymacsdll/Utils.cpp b/xkeymacsdll/Utils.cpp index 6533f7e..2425918 100644 --- a/xkeymacsdll/Utils.cpp +++ b/xkeymacsdll/Utils.cpp @@ -934,7 +934,7 @@ BOOL CUtils::IsCorelDRAW() return !_tcsicmp(m_szApplicationName, _T("CorelDrw.exe")); } -// If Clipboard data is empty, return ture. +// If Clipboard data is empty, return true. // You must CopyNextCharacter in previous step. // Clipboard data is destroyed. BOOL CUtils::IsEOF() diff --git a/xkeymacsdll/xkeymacsdll.cpp b/xkeymacsdll/xkeymacsdll.cpp index 25cae77..de3563a 100644 --- a/xkeymacsdll/xkeymacsdll.cpp +++ b/xkeymacsdll/xkeymacsdll.cpp @@ -83,7 +83,7 @@ static const KeyName KeyNames[] = { { VK_DECIMAL, _T("kp-decimal") }, { VK_DIVIDE, _T("kp-divide") }, // { VK_F1, _T("f1") }, // FIXME -// { VK_F2, _T("f2") }, // Move at the end of definition of funcgtion keys to keep away confliction f1/f2 and f1?/f2? by _tcsncmp() i.e. strncmp() +// { VK_F2, _T("f2") }, // Move at the end of definition of function keys to keep away confliction f1/f2 and f1?/f2? by _tcsncmp() i.e. strncmp() { VK_F3, _T("f3") }, { VK_F4, _T("f4") }, { VK_F5, _T("f5") },