patch [#33924] Spelling Corrections

from Gavin Howard (gdh)
This commit is contained in:
Campbell Barton
2013-01-19 03:04:51 +00:00
parent 5006a39c27
commit 53e383ff9d
8 changed files with 14 additions and 14 deletions

View File

@@ -107,7 +107,7 @@ def load_modules():
modules.append(mod_imp)
#
# check which filepaths we didnt load
# check which filepaths we didn't load
source_files = []
for mod_dir in module_paths:
source_files.extend(source_list(mod_dir, filename_check=lambda f: f.endswith(".py")))