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>2020-01-25 12:09:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-25 12:15:38 +0300
commitcb83cf1b71664c569f72168b759a30152a60607c (patch)
tree18013c314d5d7d483f8b51aae1a0e1c1b78895d2 /source/blender/windowmanager
parentcdebc8a9f60141bed38a89017167f0e41738ef13 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 850eb12b12a..316cbbdbef3 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -1547,7 +1547,7 @@ static int ghost_event_proc(GHOST_EventHandle evt, GHOST_TUserDataPtr C_void_ptr
case GHOST_kEventButtonUp: {
if (win->active == 0) {
/* Entering window, update cursor and tablet state.
- * (ghost sends win-activate *after* the mouseclick in window!) */
+ * (ghost sends win-activate *after* the mouse-click in window!) */
wm_window_update_eventstate(win);
}