OSDN Git Service

Fix typos in comments. This fix is produced by Harold Bamford
authorKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Sat, 25 Jun 2011 12:44:35 +0000 (21:44 +0900)
committerKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Sun, 26 Jun 2011 15:40:35 +0000 (00:40 +0900)
<hbamford@users.sourceforge.net>.

xkeymacsdll/Utils.cpp
xkeymacsdll/xkeymacsdll.cpp

index 6533f7e..2425918 100644 (file)
@@ -934,7 +934,7 @@ BOOL CUtils::IsCorelDRAW()
        return !_tcsicmp(m_szApplicationName, _T("CorelDrw.exe"));\r
 }\r
 \r
-// If Clipboard data is empty, return ture.\r
+// If Clipboard data is empty, return true.\r
 // You must CopyNextCharacter in previous step.\r
 // Clipboard data is destroyed.\r
 BOOL CUtils::IsEOF()\r
index 25cae77..de3563a 100644 (file)
@@ -83,7 +83,7 @@ static const KeyName KeyNames[] = {
        { VK_DECIMAL,           _T("kp-decimal") },\r
        { VK_DIVIDE,            _T("kp-divide") },\r
 //     { VK_F1,                        _T("f1") },                                             // FIXME\r
-//     { 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()\r
+//     { 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()\r
        { VK_F3,                        _T("f3") },\r
        { VK_F4,                        _T("f4") },\r
        { VK_F5,                        _T("f5") },\r