summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/ccompiler.py
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2002-04-25 17:03:30 (GMT)
committerThomas Heller <theller@ctypes.org>2002-04-25 17:03:30 (GMT)
commite65008038eccdcef396b0b2c09c8b4d72cf9b915 (patch)
tree2e35ee91d75a358af498d1d1ae33edd49517a439 /Lib/distutils/ccompiler.py
parent13caba30b80bdd13e3c702ede6fa4df1d2b1d988 (diff)
downloadcpython-e65008038eccdcef396b0b2c09c8b4d72cf9b915.zip
cpython-e65008038eccdcef396b0b2c09c8b4d72cf9b915.tar.gz
cpython-e65008038eccdcef396b0b2c09c8b4d72cf9b915.tar.bz2
Fix trivial typo.
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 f4fc4bc..f8d13c0 100644
--- a/Lib/distutils/ccompiler.py
+++ b/Lib/distutils/ccompiler.py
@@ -319,7 +319,7 @@ class CCompiler:
self.objects = copy (objects)
- # -- Priviate utility methods --------------------------------------
+ # -- Private utility methods --------------------------------------
# (here for the convenience of subclasses)
def _fix_compile_args (self, output_dir, macros, include_dirs):