[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31669] trunk/blender/release/scripts/io/ import_scene_obj.py: Fix spelling.

gsr b3d gsr.b3d at infernal-iceberg.com
Mon Aug 30 21:51:12 CEST 2010


Revision: 31669
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31669
Author:   gsrb3d
Date:     2010-08-30 21:51:12 +0200 (Mon, 30 Aug 2010)

Log Message:
-----------
Fix spelling.

Modified Paths:
--------------
    trunk/blender/release/scripts/io/import_scene_obj.py

Modified: trunk/blender/release/scripts/io/import_scene_obj.py
===================================================================
--- trunk/blender/release/scripts/io/import_scene_obj.py	2010-08-30 19:06:15 UTC (rev 31668)
+++ trunk/blender/release/scripts/io/import_scene_obj.py	2010-08-30 19:51:12 UTC (rev 31669)
@@ -860,7 +860,7 @@
 def get_float_func(filepath):
     '''
     find the float function for this obj file
-    - weather to replace commas or not
+    - whether to replace commas or not
     '''
     file= open(filepath, 'rU')
     for line in file: #.xreadlines():
@@ -931,7 +931,7 @@
     # when there are faces that end with \
     # it means they are multiline-
     # since we use xreadline we cant skip to the next line
-    # so we need to know weather
+    # so we need to know whether
     context_multi_line= ''
 
     print("\tparsing obj file...")





More information about the Bf-blender-cvs mailing list