commit | e65008038eccdcef396b0b2c09c8b4d72cf9b915 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Thu Apr 25 17:03:30 2002 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Thu Apr 25 17:03:30 2002 +0000 |
tree | 2e35ee91d75a358af498d1d1ae33edd49517a439 | |
parent | 13caba30b80bdd13e3c702ede6fa4df1d2b1d988 [diff] |
Fix trivial typo.
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 @@ 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):