[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3368] trunk/py/scripts/addons/ io_import_scene_lwo.py: Fix cosmetic typos

Sergey Sharybin sergey.vfx at gmail.com
Tue May 15 18:10:36 CEST 2012


Revision: 3368
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3368
Author:   nazgul
Date:     2012-05-15 16:10:35 +0000 (Tue, 15 May 2012)
Log Message:
-----------
Fix cosmetic typos

Patch provided by Matteo F. Vescovi, thanks!

Modified Paths:
--------------
    trunk/py/scripts/addons/io_import_scene_lwo.py

Modified: trunk/py/scripts/addons/io_import_scene_lwo.py
===================================================================
--- trunk/py/scripts/addons/io_import_scene_lwo.py	2012-05-14 09:57:29 UTC (rev 3367)
+++ trunk/py/scripts/addons/io_import_scene_lwo.py	2012-05-15 16:10:35 UTC (rev 3368)
@@ -613,7 +613,7 @@
     # Some info: LW stores a face's points in a clock-wize order (with the
     # normal pointing at you). This gives edges a 'direction' which is used
     # when it comes to storing CC edge weight values. The weight is given
-    # to the point preceeding the edge that the weight belongs to.
+    # to the point preceding the edge that the weight belongs to.
     while offset < chunk_len:
         pnt_id, pnt_id_len = read_vx(ew_bytes[offset:offset+4])
         offset+= pnt_id_len



More information about the Bf-extensions-cvs mailing list