[Bf-blender-cvs] [ab72cd2fc12] master: Cleanup: Spelling

Hans Goudey noreply at git.blender.org
Fri Jun 19 22:11:27 CEST 2020


Commit: ab72cd2fc125927e5a3af0cf88cee8232152ffe0
Author: Hans Goudey
Date:   Fri Jun 19 16:11:15 2020 -0400
Branches: master
https://developer.blender.org/rBab72cd2fc125927e5a3af0cf88cee8232152ffe0

Cleanup: Spelling

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

M	intern/rigidbody/RBI_api.h
M	release/scripts/startup/bl_ui/properties_constraint.py
M	source/blender/modifiers/intern/MOD_ui_common.c

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

diff --git a/intern/rigidbody/RBI_api.h b/intern/rigidbody/RBI_api.h
index 9546b840419..d46cb5a7eed 100644
--- a/intern/rigidbody/RBI_api.h
+++ b/intern/rigidbody/RBI_api.h
@@ -175,7 +175,7 @@ void RB_body_set_linear_velocity(rbRigidBody *body, const float v_in[3]);
 void RB_body_get_angular_velocity(rbRigidBody *body, float v_out[3]);
 void RB_body_set_angular_velocity(rbRigidBody *body, const float v_in[3]);
 
-/* Linear/Angular Factor, used to lock translation/roation axes */
+/* Linear/Angular Factor, used to lock translation/rotation axes */
 void RB_body_set_linear_factor(rbRigidBody *object, float x, float y, float z);
 void RB_body_set_angular_factor(rbRigidBody *object, float x, float y, float z);
 
diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index db3bcc07389..91c0b5a9b41 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -1160,7 +1160,7 @@ class BONE_PT_bFollowPathConstraint(BoneConstraintPanel, ConstraintButtonsPanel)
         self.draw_follow_path(context)
 
 
-# Roation Limit Constraint
+# Rotation Limit Constraint
 
 class OBJECT_PT_bRotLimitConstraint(ObjectConstraintPanel, ConstraintButtonsPanel):
     def draw(self, context):
diff --git a/source/blender/modifiers/intern/MOD_ui_common.c b/source/blender/modifiers/intern/MOD_ui_common.c
index 0d2c9e4af2c..a05d5383391 100644
--- a/source/blender/modifiers/intern/MOD_ui_common.c
+++ b/source/blender/modifiers/intern/MOD_ui_common.c
@@ -439,7 +439,7 @@ PanelType *modifier_panel_register(ARegionType *region_type, ModifierType type,
 }
 
 /**
- * Add a shild panel to the parent.
+ * Add a child panel to the parent.
  *
  * \note To create the panel type's idname, it appends the \a name argument to the \a parent's
  * idname.



More information about the Bf-blender-cvs mailing list