From 53e383ff9da3636db5b1b6288ba7aea0dfaf5393 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 19 Jan 2013 03:04:51 +0000 Subject: patch [#33924] Spelling Corrections from Gavin Howard (gdh) --- source/tests/bl_load_py_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests/bl_load_py_modules.py') diff --git a/source/tests/bl_load_py_modules.py b/source/tests/bl_load_py_modules.py index b634b4c4385..d65b9605d36 100644 --- a/source/tests/bl_load_py_modules.py +++ b/source/tests/bl_load_py_modules.py @@ -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"))) -- cgit v1.2.3