[Python-checkins] python/dist/src/Lib/distutils ccompiler.py,1.42,1.43

theller@sourceforge.net theller@sourceforge.net
Thu, 25 Apr 2002 10:03:33 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv5902

Modified Files:
	ccompiler.py 
Log Message:
Fix trivial typo.


Index: ccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/ccompiler.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** ccompiler.py	31 Jan 2002 18:55:31 -0000	1.42
--- ccompiler.py	25 Apr 2002 17:03:30 -0000	1.43
***************
*** 320,324 ****
  
  
!     # -- Priviate utility methods --------------------------------------
      # (here for the convenience of subclasses)
  
--- 320,324 ----
  
  
!     # -- Private utility methods --------------------------------------
      # (here for the convenience of subclasses)