Fix spelling.

This commit is contained in:
Guillermo S. Romero 2010-08-30 19:51:12 +00:00
parent d59304e8e4
commit eb7c02c2a0

@ -860,7 +860,7 @@ def strip_slash(line_split):
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 @@ def load_obj(filepath,
# 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...")