]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix.
authorGuilherme Polo <ggpolo@gmail.com>
Sun, 29 Mar 2009 10:19:05 +0000 (10:19 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sun, 29 Mar 2009 10:19:05 +0000 (10:19 +0000)
Lib/idlelib/configHandler.py

index 3fc2a606fe615fd05512eb95a84fe44530cd65da..294787399b9d82eb4706f286b8318c8ad86e33bb 100644 (file)
@@ -246,7 +246,7 @@ class IdleConf:
         else: #returning default, print warning
             if warn_on_default:
                 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
-                           ' problem retrieving configration option %r\n'
+                           ' problem retrieving configuration option %r\n'
                            ' from section %r.\n'
                            ' returning default value: %r\n' %
                            (option, section, default))