From 69d3f41d75ec62e3a7c9658104f438e0756a7e01 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 16 Jun 2022 17:36:58 +0200 Subject: Cleanup: Spelling in comment --- source/blender/editors/mask/mask_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/mask/mask_query.c b/source/blender/editors/mask/mask_query.c index 89524a7b9e2..02e1524e23e 100644 --- a/source/blender/editors/mask/mask_query.c +++ b/source/blender/editors/mask/mask_query.c @@ -615,7 +615,7 @@ bool ED_mask_selected_minmax(const bContext *C, /* Use evaluated mask to take animation into account. * The animation of splies is not "flushed" back to original, so need to explicitly - * sue evaluated datablock here. */ + * use evaluated datablock here. */ Mask *mask_eval = (Mask *)DEG_get_evaluated_id(depsgraph, &mask->id); INIT_MINMAX2(min, max); -- cgit v1.2.3