Fixed typo [ci skip]

This commit is contained in:
Andrew Murray 2016-06-15 20:50:26 +10:00
parent b3591351f6
commit 3eb7eb4788

View File

@ -362,7 +362,7 @@ int load_tkinter_funcs(void)
#else /* not Windows */
/*
* On Unix, we can get the Tcl and Tk synbols from the tkinter module, because
* On Unix, we can get the Tcl and Tk symbols from the tkinter module, because
* tkinter uses these symbols, and the symbols are therefore visible in the
* tkinter dynamic library (module).
*/