style cleanup: spelling.

also remove large, duplicate comments from sunsky.h
This commit is contained in:
Campbell Barton
2012-03-09 00:41:09 +00:00
parent 27d43f3fd3
commit 4f7bdc59d3
111 changed files with 189 additions and 250 deletions

View File

@@ -57,7 +57,7 @@ def reload_addons(do_reload=True, do_reverse=True):
imp.reload(sys.modules[mod_name])
if do_reverse:
# incase order matters when it shouldnt
# in case order matters when it shouldnt
modules.reverse()