[ 1243081 ] repair typos

This commit is contained in:
Georg Brandl 2005-07-22 18:39:19 +00:00
parent c9878e1b22
commit 08c02dbb85
9 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@ import time
try:
openrf = MacOS.openrf
except AttributeError:
# Backward compatability
# Backward compatibility
openrf = open
Error = 'macostools.Error'