diff --git a/distutils/ccompiler.py b/distutils/ccompiler.py index c9eb709ba2..777fc661ea 100644 --- a/distutils/ccompiler.py +++ b/distutils/ccompiler.py @@ -392,7 +392,7 @@ def _fix_compile_args(self, output_dir, macros, include_dirs): return output_dir, macros, include_dirs def _prep_compile(self, sources, output_dir, depends=None): - """Decide which souce files must be recompiled. + """Decide which source files must be recompiled. Determine the list of object files corresponding to 'sources', and figure out which ones really need to be recompiled.