Fix trivial typo.

This commit is contained in:
Thomas Heller 2002-04-25 17:03:30 +00:00
parent 13caba30b8
commit e65008038e
1 changed files with 1 additions and 1 deletions

View File

@ -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):