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 /io_curve_svg
parentb69584b68d7dc782ae4fb0df4a70d21ef24e1cd4 (diff)
Spell check fix (lenght -> length)
Diffstat (limited to 'io_curve_svg')
-rw-r--r--io_curve_svg/import_svg.py2
1 files changed, 1 insertions, 1 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):
"""