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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-12-23 09:53:47 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-12-23 09:53:47 +0300
commit41f3164e577e448aa240a2a30918bc9887cae21a (patch)
treea7e864dc9d46de0f59ea2d3fac0c7e98287a432a /release
parent1931387799919e5a6bb4ebfec8922a6bf6ab3ca5 (diff)
Cleanup: typo in comment
Diffstat (limited to 'release')
-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 85381f5ee3c..b4ff2d30e05 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -1335,7 +1335,7 @@ class BONE_PT_bLockTrackConstraint(BoneConstraintPanel, ConstraintButtonsPanel,
self.draw_lock_track(context)
-# Disance Limit Constraint
+# Distance Limit Constraint
class OBJECT_PT_bDistLimitConstraint(ObjectConstraintPanel, ConstraintButtonsPanel, Panel):
def draw(self, context):