[Python-checkins] python/dist/src/Lib/plat-mac macostools.py, 1.4, 1.5 aetypes.py, 1.7, 1.8

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 20:39:20 CEST 2005


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5474/Lib/plat-mac

Modified Files:
	macostools.py aetypes.py 
Log Message:
[ 1243081 ] repair typos



Index: macostools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/macostools.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- macostools.py	18 Jul 2004 06:14:45 -0000	1.4
+++ macostools.py	22 Jul 2005 18:39:17 -0000	1.5
@@ -13,7 +13,7 @@
 try:
     openrf = MacOS.openrf
 except AttributeError:
-    # Backward compatability
+    # Backward compatibility
     openrf = open
 
 Error = 'macostools.Error'

Index: aetypes.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/aetypes.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- aetypes.py	18 Jul 2004 06:14:45 -0000	1.7
+++ aetypes.py	22 Jul 2005 18:39:17 -0000	1.8
@@ -430,7 +430,7 @@
     return isinstance(x, ObjectSpecifier)
 
 
-# Backwards compatability, sigh...
+# Backwards compatibility, sigh...
 class Property(ObjectSpecifier):
 
     def __init__(self, which, fr = None, want='prop'):



More information about the Python-checkins mailing list