diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py index 1c04eb534ce6cd7ceb910fffe2c5b836d699d9d4..90cd89f775027ee9dce4ff35dec4d1b605ff7b3e 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 98059dcf29d40ef11d77b24157106d61aaf0db43..a7eb4fedd139e65ffb754458a4ab3af47dd417bb 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