Cleanup: Spelling in comment

This commit is contained in:
Sergey Sharybin 2022-06-16 17:36:58 +02:00
parent 6562a11c60
commit 69d3f41d75
1 changed files with 1 additions and 1 deletions

View File

@ -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);