Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-06-19 23:11:15 +0300
committerHans Goudey <h.goudey@me.com>2020-06-19 23:11:15 +0300
commitab72cd2fc125927e5a3af0cf88cee8232152ffe0 (patch)
treea6d52e2b60e00eb3a3c640cabe413ffc65debb42 /release/scripts/startup/bl_ui/properties_constraint.py
parenta089286d7b96db2bc1570a9b90e0ff9b098a69ba (diff)
Cleanup: Spelling
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_constraint.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_constraint.py2
1 files changed, 1 insertions, 1 deletions
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):