diff -r fd69e2f2cb72 Lib/tkinter/__init__.py --- a/Lib/tkinter/__init__.py Mon Mar 14 18:58:41 2011 +0200 +++ b/Lib/tkinter/__init__.py Mon Mar 14 23:06:53 2011 +0100 @@ -1649,7 +1649,7 @@ class Tk(Misc, Wm): """Toplevel widget of Tk which represents mostly the main window - of an appliation. It has an associated Tcl interpreter.""" + of an application. It has an associated Tcl interpreter.""" _w = '.' def __init__(self, screenName=None, baseName=None, className='Tk', useTk=1, sync=0, use=None):