From 1cf45fe10f7f99905343012798be6dbac51c3384 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 2 Aug 2021 15:22:54 +1000 Subject: Cleanup: spelling --- intern/ghost/intern/GHOST_ImeWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_ImeWin32.cpp b/intern/ghost/intern/GHOST_ImeWin32.cpp index 412f7e4276c..8daa07b5003 100644 --- a/intern/ghost/intern/GHOST_ImeWin32.cpp +++ b/intern/ghost/intern/GHOST_ImeWin32.cpp @@ -94,7 +94,7 @@ bool GHOST_ImeWin32::IsEnglishMode() bool GHOST_ImeWin32::IsImeKeyEvent(char ascii) { if (!(IsEnglishMode())) { - /* In Chinese, Japanese, Korena, all alpha keys are processed by IME. */ + /* In Chinese, Japanese, Korean, all alpha keys are processed by IME. */ if ((ascii >= 'A' && ascii <= 'Z') || (ascii >= 'a' && ascii <= 'z')) { return true; } -- cgit v1.2.3