summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwim glenn <hey@wimglenn.com>2022-04-30 12:55:30 -0500
committerwim glenn <hey@wimglenn.com>2022-04-30 12:55:30 -0500
commit5bac124942b476e1defa6e22baf4705481a45260 (patch)
tree5fabaf29ca8f23f74378e0f121c96f7c4eaf18cd
parent2c34a366b169d6bd4079b2758badde700d6bd119 (diff)
downloadpython-setuptools-git-5bac124942b476e1defa6e22baf4705481a45260.tar.gz
fix a typo
-rw-r--r--distutils/ccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils/ccompiler.py b/distutils/ccompiler.py
index c9eb709b..777fc661 100644
--- a/distutils/ccompiler.py
+++ b/distutils/ccompiler.py
@@ -392,7 +392,7 @@ class CCompiler:
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.