Commit: b55e7e489504f43076eec423bc8dfb7efbeb4fac
Author: Sergey Sharybin
Date:   Mon Feb 15 14:25:21 2021 +0100
Branches: master
https://developer.blender.org/rBb55e7e489504f43076eec423bc8dfb7efbeb4fac

Cleanup: Spelling in function name

===================================================================

M       source/blender/editors/space_clip/clip_ops.c

===================================================================

diff --git a/source/blender/editors/space_clip/clip_ops.c 
b/source/blender/editors/space_clip/clip_ops.c
index 38a05eef6e3..0c54a042a1a 100644
--- a/source/blender/editors/space_clip/clip_ops.c
+++ b/source/blender/editors/space_clip/clip_ops.c
@@ -1837,7 +1837,7 @@ void CLIP_OT_cursor_set(wmOperatorType *ot)
 /** \name Toggle Lock To Selection Operator
  * \{ */
 
-static int lock_selection_togglee_exec(bContext *C, wmOperator *UNUSED(op))
+static int lock_selection_toggle_exec(bContext *C, wmOperator *UNUSED(op))
 {
   SpaceClip *space_clip = CTX_wm_space_clip(C);
 
@@ -1862,7 +1862,7 @@ void CLIP_OT_lock_selection_toggle(wmOperatorType *ot)
 
   /* api callbacks */
   ot->poll = ED_space_clip_poll;
-  ot->exec = lock_selection_togglee_exec;
+  ot->exec = lock_selection_toggle_exec;
 
   /* flags */
   ot->flag = OPTYPE_LOCK_BYPASS;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to