From ce7c146806eecb99178b71e1f59142f9865dd986 Mon Sep 17 00:00:00 2001
From: Bastien Montagne <montagne29@wanadoo.fr>
Date: Wed, 16 May 2012 14:25:49 +0000
Subject: [PATCH] Spell check fix (lenght -> length)

---
 io_curve_svg/import_svg.py | 2 +-
 mesh_inset/geom.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index 1c04eb534..90cd89f77 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 98059dcf2..a7eb4fedd 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
-- 
GitLab