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-01-27 07:23:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-27 07:28:24 +0300
commitfc669a4c3ec0c3ccce7eecc4408636271f3a1fd4 (patch)
tree7c76ea24c229e01956cb09f238895aacc550894d /source/blender/editors/mask/mask_edit.c
parent6e03a66e78efcd07b352e5d6a5260cc0ef23523a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/mask/mask_edit.c')
-rw-r--r--source/blender/editors/mask/mask_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mask/mask_edit.c b/source/blender/editors/mask/mask_edit.c
index e6c6424e5f0..f1041d062a8 100644
--- a/source/blender/editors/mask/mask_edit.c
+++ b/source/blender/editors/mask/mask_edit.c
@@ -207,7 +207,7 @@ void ED_mask_view_lock_state_restore_no_jump(const bContext *C, const MaskViewLo
return;
}
- /* Mask's lock-to-selection requres deformed splines to be evaluated to calculate bounds of
+ /* Mask's lock-to-selection requires deformed splines to be evaluated to calculate bounds of
* points after animation has been evaluated. The restore-no-jump type of function does
* calculation of new offset for the view for an updated state of mask to cancel the offset out
* by modifying locked offset. In order to do such calculation mask needs to be evaluated after