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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-10-14 20:52:42 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-10-14 20:52:42 +0300
commit99d2c979a9bd4b38d618696c83cb02fd6d8083ae (patch)
treefab66f8a3bb0854c4403e3335b253357cf3fb54c /measureit
parenta2e69343eb0893f4e4d404d20ba4c2f66d01f40a (diff)
Cleanup: fix typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D16234
Diffstat (limited to 'measureit')
-rw-r--r--measureit/__init__.py2
-rw-r--r--measureit/measureit_main.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/measureit/__init__.py b/measureit/__init__.py
index c7f4fc7e..8868d835 100644
--- a/measureit/__init__.py
+++ b/measureit/__init__.py
@@ -305,7 +305,7 @@ def register():
Scene.measureit_debug = BoolProperty(name="Debug",
description="Display information for debugging"
" (expand/collapse for enabling or disabling)"
- " this information is only renderered for "
+ " this information is only rendered for "
"selected objects",
default=False)
Scene.measureit_debug_select = BoolProperty(name="Selected",
diff --git a/measureit/measureit_main.py b/measureit/measureit_main.py
index d69ba268..418f32cf 100644
--- a/measureit/measureit_main.py
+++ b/measureit/measureit_main.py
@@ -232,7 +232,7 @@ class MeasureitProperties(PropertyGroup):
default=15, min=6, max=500)
glarc_full: BoolProperty(name="arcfull",
- description="Create full circunference",
+ description="Create full circumference",
default=False)
glarc_extrad: BoolProperty(name="arcextrad",
description="Adapt radio length to arc line",
@@ -554,7 +554,7 @@ def add_item(box, idx, segment):
if segment.gltype == 1:
row.prop(segment, 'glorto', text="Orthogonal")
row.prop(segment, 'glocwarning', text="Warning")
- # ortogonal (only segments)
+ # orthogonal (only segments)
if segment.gltype == 1:
if segment.glorto != "99":
row = box.row(align=True)