Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-01 03:00:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-01 03:00:22 +0300
commitfc08fe82ae5da2c4675ac6a6c1707dce28324d26 (patch)
tree70a387059301dbe0561034e6a8bbe60193a9cb3f /intern/ghost/intern/GHOST_ImeWin32.h
parentfbba239e3af76617461d62bede6e0acfd5ec44a0 (diff)
Cleanup: spelling
Diffstat (limited to 'intern/ghost/intern/GHOST_ImeWin32.h')
-rw-r--r--intern/ghost/intern/GHOST_ImeWin32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_ImeWin32.h b/intern/ghost/intern/GHOST_ImeWin32.h
index cd13ee1a8ae..0c851e067e8 100644
--- a/intern/ghost/intern/GHOST_ImeWin32.h
+++ b/intern/ghost/intern/GHOST_ImeWin32.h
@@ -296,7 +296,7 @@ class GHOST_ImeWin32 {
* Disable the IME attached to the given window, i.e. prohibits any user-input
* events from being dispatched to the IME.
* In Chrome, this function is used when:
- * * a rendeder process sets its input focus to a password input.
+ * * a renderer process sets its input focus to a password input.
* Parameters
* * window_handle [in] (HWND)
* Represents the window handle of the caller.