[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3371] trunk/py/scripts/addons: Spell check fix (lenght -> length)

Bastien Montagne montagne29 at wanadoo.fr
Wed May 16 16:25:49 CEST 2012


Revision: 3371
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3371
Author:   mont29
Date:     2012-05-16 14:25:49 +0000 (Wed, 16 May 2012)
Log Message:
-----------
Spell check fix (lenght -> length)

Modified Paths:
--------------
    trunk/py/scripts/addons/io_curve_svg/import_svg.py
    trunk/py/scripts/addons/mesh_inset/geom.py

Modified: trunk/py/scripts/addons/io_curve_svg/import_svg.py
===================================================================
--- trunk/py/scripts/addons/io_curve_svg/import_svg.py	2012-05-16 01:47:11 UTC (rev 3370)
+++ trunk/py/scripts/addons/io_curve_svg/import_svg.py	2012-05-16 14:25:49 UTC (rev 3371)
@@ -447,7 +447,7 @@
 
     __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):
         """

Modified: trunk/py/scripts/addons/mesh_inset/geom.py
===================================================================
--- trunk/py/scripts/addons/mesh_inset/geom.py	2012-05-16 01:47:11 UTC (rev 3370)
+++ trunk/py/scripts/addons/mesh_inset/geom.py	2012-05-16 14:25:49 UTC (rev 3371)
@@ -643,7 +643,7 @@
 
 
 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



More information about the Bf-extensions-cvs mailing list