diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-15 17:21:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-15 17:21:18 (GMT) |
commit | 183706545c5f54df5cddaeab089a0989c902c4f6 (patch) | |
tree | 4e5f68da8d3728749d543182a1402589320eb0a7 /generic/tkConsole.c | |
parent | 02b19fff4fc9cd0b78a7b94f644f508780fb0f55 (diff) | |
download | tk-183706545c5f54df5cddaeab089a0989c902c4f6.zip tk-183706545c5f54df5cddaeab089a0989c902c4f6.tar.gz tk-183706545c5f54df5cddaeab089a0989c902c4f6.tar.bz2 |
fix comment
Diffstat (limited to 'generic/tkConsole.c')
-rw-r--r-- | generic/tkConsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkConsole.c b/generic/tkConsole.c index bf86f8f..f894638 100644 --- a/generic/tkConsole.c +++ b/generic/tkConsole.c @@ -220,7 +220,7 @@ Tk_InitConsoleChannels( Tcl_Channel consoleChannel; /* - * Ensure that we are getting the matching version of Tcl. This is really + * Ensure that we are getting a compatible version of Tcl. This is really * only an issue when Tk is loaded dynamically. */ |