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>2014-06-15 06:15:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-15 06:15:53 +0400
commit716430ab64ef0ed400106bc501d444d38301aec6 (patch)
treed3227f7ef19cbf5168233558a00b32b4646e495c /source/blender/editors/interface
parentfff18e049abbb21b4521b538c321391955984436 (diff)
Code cleanup: comments
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index bf8e46b5268..229bc76f65a 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -7044,7 +7044,7 @@ void ui_button_activate_do(bContext *C, ARegion *ar, uiBut *but)
void ui_button_execute_begin(struct bContext *UNUSED(C), struct ARegion *ar, uiBut *but, void **active_back)
{
- /* note: ideally we would not have to change 'but->active' howevwer
+ /* note: ideally we would not have to change 'but->active' however
* some functions we call don't use data (as they should be doing) */
uiHandleButtonData *data;
*active_back = but->active;