diff options
Diffstat (limited to 'Lib/idlelib/macosxSupport.py')
| -rw-r--r-- | Lib/idlelib/macosxSupport.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/macosxSupport.py b/Lib/idlelib/macosxSupport.py index 30dd1e1..f93ef11 100644 --- a/Lib/idlelib/macosxSupport.py +++ b/Lib/idlelib/macosxSupport.py @@ -53,8 +53,8 @@ def tkVersionWarning(root):  def addOpenEventSupport(root, flist):      """ -    This ensures that the application will respont to open AppleEvents, which -    makes is feaseable to use IDLE as the default application for python files. +    This ensures that the application will respond to open AppleEvents, which +    makes is feasible to use IDLE as the default application for python files.      """      def doOpenFile(*args):          for fn in args:  | 
