[Bf-blender-cvs] [bac9562f156] master: Cleanup: spelling

Campbell Barton noreply at git.blender.org
Mon Apr 26 15:00:59 CEST 2021


Commit: bac9562f15639066b076decb9ca3151391eb54a0
Author: Campbell Barton
Date:   Mon Apr 26 22:54:17 2021 +1000
Branches: master
https://developer.blender.org/rBbac9562f15639066b076decb9ca3151391eb54a0

Cleanup: spelling

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

M	source/blender/blenkernel/BKE_geometry_set.hh
M	source/blender/editors/mask/mask_shapekey.c
M	source/blender/editors/screen/screen_edit.c

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

diff --git a/source/blender/blenkernel/BKE_geometry_set.hh b/source/blender/blenkernel/BKE_geometry_set.hh
index 027338a5d5c..58935aca0a8 100644
--- a/source/blender/blenkernel/BKE_geometry_set.hh
+++ b/source/blender/blenkernel/BKE_geometry_set.hh
@@ -114,7 +114,7 @@ struct AttributeInitVArray : public AttributeInit {
  * Sometimes data is created before a geometry component is available. In that case, it's
  * preferable to move data directly to the created attribute to avoid a new allocation and a copy.
  *
- * Note that this will only have a benefit for attributes that are stored directly as contigious
+ * Note that this will only have a benefit for attributes that are stored directly as contiguous
  * arrays, so not for some built-in attributes.
  *
  * The array must be allocated with MEM_*, since `attribute_try_create` will free the array if it
diff --git a/source/blender/editors/mask/mask_shapekey.c b/source/blender/editors/mask/mask_shapekey.c
index 1eb6613d8fe..81bf66da72c 100644
--- a/source/blender/editors/mask/mask_shapekey.c
+++ b/source/blender/editors/mask/mask_shapekey.c
@@ -220,8 +220,8 @@ void MASK_OT_shape_key_feather_reset(wmOperatorType *ot)
 }
 
 /*
- * - loop over selected shapekeys.
- * - find firstsel/lastsel pairs.
+ * - loop over selected shape-keys.
+ * - find first-selected/last-selected pairs.
  * - move these into a temp list.
  * - re-key all the original shapes.
  * - copy unselected values back from the original.
diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c
index 082e7bc5718..75aa709a5d1 100644
--- a/source/blender/editors/screen/screen_edit.c
+++ b/source/blender/editors/screen/screen_edit.c
@@ -519,7 +519,7 @@ static bool screen_area_join_ex(
   screen_area_join_aligned(C, screen, sa1, sa2);
 
   if (close_all_remainders || offset1 < 0 || offset2 > 0) {
-    /* Close both if trimiming sa1. */
+    /* Close both if trimming `sa1`. */
     screen_area_close(C, screen, side1);
     screen_area_close(C, screen, side2);
   }



More information about the Bf-blender-cvs mailing list