From fc669a4c3ec0c3ccce7eecc4408636271f3a1fd4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Jan 2021 15:23:46 +1100 Subject: Cleanup: spelling --- source/blender/editors/mask/mask_edit.c | 2 +- source/blender/editors/mask/mask_ops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/mask') 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 diff --git a/source/blender/editors/mask/mask_ops.c b/source/blender/editors/mask/mask_ops.c index 00a1dfb7d87..98509e82f48 100644 --- a/source/blender/editors/mask/mask_ops.c +++ b/source/blender/editors/mask/mask_ops.c @@ -228,7 +228,7 @@ typedef struct SlidePointData { float prev_mouse_coord[2]; /* Previous clip coordinate which was resolved from mouse position (0, 0). - * Is used to compansate for view offste moving in-between of mouse events when + * Is used to compensate for view offset moving in-between of mouse events when * lock-to-selection is enabled. */ float prev_zero_coord[2]; -- cgit v1.2.3