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:
Diffstat (limited to 'archimesh/achm_window_panel.py')
-rw-r--r--archimesh/achm_window_panel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_window_panel.py b/archimesh/achm_window_panel.py
index 592e13a6..dbeed892 100644
--- a/archimesh/achm_window_panel.py
+++ b/archimesh/achm_window_panel.py
@@ -1392,7 +1392,7 @@ def get_angle(p1, p2):
# Point b: (x,z)
# Point c: (x,z)
# Return:
-# x, y: center poistion
+# x, y: center position
# r: radio
# ang: angle
# ---------------------------------------------------------