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

Campbell Barton noreply at git.blender.org
Sat Jun 26 13:52:39 CEST 2021


Commit: abc62003314af2b39136bf43031590d4fbfb72df
Author: Campbell Barton
Date:   Sat Jun 26 21:44:10 2021 +1000
Branches: master
https://developer.blender.org/rBabc62003314af2b39136bf43031590d4fbfb72df

Cleanup: spelling

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

M	intern/ghost/intern/GHOST_SystemX11.cpp
M	source/blender/editors/space_spreadsheet/spreadsheet_dataset_layout.cc
M	source/blender/makesdna/DNA_gpencil_modifier_types.h

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

diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 2a1dd890ac2..2b1069f9acc 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -89,7 +89,7 @@
 /* see T34039 Fix Alt key glitch on Unity desktop */
 #define USE_UNITY_WORKAROUND
 
-/* Fix 'shortcut' part of keyboard reading code only ever using first defined keymap
+/* Fix 'shortcut' part of keyboard reading code only ever using first defined key-map
  * instead of active one. See T47228 and D1746 */
 #define USE_NON_LATIN_KB_WORKAROUND
 
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_dataset_layout.cc b/source/blender/editors/space_spreadsheet/spreadsheet_dataset_layout.cc
index e9f2c51a6da..5b5c5ed0b04 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_dataset_layout.cc
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_dataset_layout.cc
@@ -35,7 +35,7 @@ namespace blender::ed::spreadsheet {
   }
 
 /**
- * Definion for the component->attribute-domain hierarchy.
+ * Definition for the component->attribute-domain hierarchy.
  * Constructed at compile time.
  *
  * \warning: Order of attribute-domains matters! It __must__ match the #AttributeDomain definition
diff --git a/source/blender/makesdna/DNA_gpencil_modifier_types.h b/source/blender/makesdna/DNA_gpencil_modifier_types.h
index 7c0679d38a9..f12d5e44a3c 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_types.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h
@@ -873,9 +873,9 @@ typedef enum eLineartGpencilModifierSource {
   LRT_SOURCE_SCENE = 2,
 } eLineartGpencilModifierSource;
 
-/* This enumis for modifier internal state only. */
+/* This enum is for modifier internal state only. */
 typedef enum eLineArtGPencilModifierFlags {
-  /* These two moved to eLineartMainFlags to keep consistent with flag variable purpose. */
+  /* These two moved to #eLineartMainFlags to keep consistent with flag variable purpose. */
   /* LRT_GPENCIL_INVERT_SOURCE_VGROUP = (1 << 0), */
   /* LRT_GPENCIL_MATCH_OUTPUT_VGROUP = (1 << 1), */
   LRT_GPENCIL_BINARY_WEIGHTS = (1 << 2) /* Deprecated, this is removed for lack of use case. */,



More information about the Bf-blender-cvs mailing list