[Bf-blender-cvs] [69d3f41d75e] master: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Thu Jun 16 17:37:46 CEST 2022


Commit: 69d3f41d75ec62e3a7c9658104f438e0756a7e01
Author: Sergey Sharybin
Date:   Thu Jun 16 17:36:58 2022 +0200
Branches: master
https://developer.blender.org/rB69d3f41d75ec62e3a7c9658104f438e0756a7e01

Cleanup: Spelling in comment

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

M	source/blender/editors/mask/mask_query.c

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

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



More information about the Bf-blender-cvs mailing list