From b69584b68d7dc782ae4fb0df4a70d21ef24e1cd4 Mon Sep 17 00:00:00 2001
From: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Tue, 15 May 2012 16:10:35 +0000
Subject: [PATCH] Fix cosmetic typos

Patch provided by Matteo F. Vescovi, thanks!
---
 io_import_scene_lwo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py
index 1fa44c2c7..fee79bbc0 100644
--- a/io_import_scene_lwo.py
+++ b/io_import_scene_lwo.py
@@ -613,7 +613,7 @@ def read_weight_vmad(ew_bytes, object_layers):
     # 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
-- 
GitLab