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>2017-11-05 06:33:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-05 06:33:18 +0300
commit43f3cfd584114b0551236e5c5b5bc8244c0da4ae (patch)
tree0253dd6ee7337fd57f025781067d32e6d7c8c076 /source/blender/editors/interface
parent01a3c9560938c98793a2d2a0b61e574ed5c27e4a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_handlers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index bd94ac2f1d4..30e6596251d 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -1290,7 +1290,7 @@ static bool ui_drag_toggle_set_xy_xy(
}
}
if (changed) {
- /* apply now, not on release (or if handlers are cancelled for whatever reason) */
+ /* apply now, not on release (or if handlers are canceled for whatever reason) */
ui_apply_but_funcs_after(C);
}
@@ -8030,7 +8030,7 @@ static void button_activate_exit(
ui_but_update(but);
/* adds empty mousemove in queue for re-init handler, in case mouse is
- * still over a button. we cannot just check for this ourselfs because
+ * still over a button. We cannot just check for this ourselves because
* at this point the mouse may be over a button in another region */
if (mousemove)
WM_event_add_mousemove(C);