[ 1243081 ] repair typos
diff --git a/Lib/idlelib/ChangeLog b/Lib/idlelib/ChangeLog
index a409c60..985871b 100644
--- a/Lib/idlelib/ChangeLog
+++ b/Lib/idlelib/ChangeLog
@@ -378,7 +378,7 @@
 
 2001-07-12 16:54  elguavas
 
-	* ReplaceDialog.py: py-cvs merge, python 1.5.2 compatability
+	* ReplaceDialog.py: py-cvs merge, python 1.5.2 compatibility
 
 2001-07-12 16:46  elguavas
 
diff --git a/Lib/plat-mac/aetypes.py b/Lib/plat-mac/aetypes.py
index c60b39c..65b59ad 100644
--- a/Lib/plat-mac/aetypes.py
+++ b/Lib/plat-mac/aetypes.py
@@ -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'):
diff --git a/Lib/plat-mac/macostools.py b/Lib/plat-mac/macostools.py
index 06bc92f..f7ce468 100644
--- a/Lib/plat-mac/macostools.py
+++ b/Lib/plat-mac/macostools.py
@@ -13,7 +13,7 @@
 try:
     openrf = MacOS.openrf
 except AttributeError:
-    # Backward compatability
+    # Backward compatibility
     openrf = open
 
 Error = 'macostools.Error'