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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-05-16 18:25:49 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-05-16 18:25:49 +0400
commitce7c146806eecb99178b71e1f59142f9865dd986 (patch)
tree99ce81af29b0769b5ba3d7a4cfdbf739709049b5 /mesh_inset
parentb69584b68d7dc782ae4fb0df4a70d21ef24e1cd4 (diff)
Spell check fix (lenght -> length)
Diffstat (limited to 'mesh_inset')
-rw-r--r--mesh_inset/geom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_inset/geom.py b/mesh_inset/geom.py
index 98059dcf..a7eb4fed 100644
--- a/mesh_inset/geom.py
+++ b/mesh_inset/geom.py
@@ -643,7 +643,7 @@ def VecDot(a, b):
def VecLen(a):
- """Return the Euclidean lenght of the argument vector.
+ """Return the Euclidean length of the argument vector.
Args:
a: n-tuple of floats