summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/ccompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/ccompiler.py')
-rw-r--r--Lib/distutils/ccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py
index 933060a..eb6200f 100644
--- a/Lib/distutils/ccompiler.py
+++ b/Lib/distutils/ccompiler.py
@@ -304,7 +304,7 @@ class CCompiler:
def add_link_object (self, object):
"""Add 'object' to the list of object files (or analogues, such as
- explictly named library files or the output of "resource
+ explicitly named library files or the output of "resource
compilers") to be included in every link driven by this compiler
object.
"""