Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Apr 30, 2022
1 parent 2c34a36 commit 5bac124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distutils/ccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5bac124

Please sign in to comment.