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:
-rw-r--r--io_curve_svg/import_svg.py2
-rw-r--r--mesh_inset/geom.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index 1c04eb53..90cd89f7 100644
--- a/io_curve_svg/import_svg.py
+++ b/io_curve_svg/import_svg.py
@@ -447,7 +447,7 @@ class SVGPathData:
__slots__ = ('_data', # List of tokens
'_index', # Index of current token in tokens list
- '_len') # Lenght og tokens list
+ '_len') # Length of tokens list
def __init__(self, d):
"""
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