]> granicus.if.org Git - python/commitdiff
Fix trivial typo.
authorThomas Heller <theller@ctypes.org>
Thu, 25 Apr 2002 17:03:30 +0000 (17:03 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 25 Apr 2002 17:03:30 +0000 (17:03 +0000)
Lib/distutils/ccompiler.py

index f4fc4bcbae27b0a6c07fef95a4b31c93056a40bf..f8d13c0e039de77a03669445873aa0d3760debfc 100644 (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):