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 9b677e1..da519f7 100644 --- a/Lib/idlelib/macosxSupport.py +++ b/Lib/idlelib/macosxSupport.py @@ -15,8 +15,8 @@ def runningAsOSXApp():  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:  | 
