-------
Fix some typos in script tooltips and descriptions-- no code changes.
This commit is contained in:
Ken Hughes
2009-05-15 21:27:13 +00:00
parent ef8f92ffe6
commit 83006e51f8
4 changed files with 8 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ def imageConvertCompat(path):
def vrmlFormat(data):
'''
Keep this as a valid vrml file, but format in a way we can pradict.
Keep this as a valid vrml file, but format in a way we can predict.
'''
# Strip all commends - # not in strings - warning multiline strings are ignored.
def strip_comment(l):