diff options
author | Thomas Heller <theller@ctypes.org> | 2002-04-25 17:03:30 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2002-04-25 17:03:30 (GMT) |
commit | e65008038eccdcef396b0b2c09c8b4d72cf9b915 (patch) | |
tree | 2e35ee91d75a358af498d1d1ae33edd49517a439 /Lib/distutils/ccompiler.py | |
parent | 13caba30b80bdd13e3c702ede6fa4df1d2b1d988 (diff) | |
download | cpython-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.py | 2 |
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): |