diff options
author | Georg Brandl <georg@python.org> | 2005-07-22 18:39:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-22 18:39:19 (GMT) |
commit | 08c02dbb85a8eebe3395658260dec36dd4169381 (patch) | |
tree | 76615595accfba30196bf91d3c07009871c1dd23 /Lib/plat-mac | |
parent | c9878e1b220b748788c3faa656257d5da4cd46c7 (diff) | |
download | cpython-08c02dbb85a8eebe3395658260dec36dd4169381.zip cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.gz cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.bz2 |
[ 1243081 ] repair typos
Diffstat (limited to 'Lib/plat-mac')
-rw-r--r-- | Lib/plat-mac/aetypes.py | 2 | ||||
-rw-r--r-- | Lib/plat-mac/macostools.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ def IsObjectSpecifier(x): 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 @@ import time try: openrf = MacOS.openrf except AttributeError: - # Backward compatability + # Backward compatibility openrf = open Error = 'macostools.Error' |