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 | 7a6a77955225006567252f9b76f90cafb12d56a8 (patch) | |
tree | 4e5f68da8d3728749d543182a1402589320eb0a7 /generic/tkMain.c | |
parent | fac19b4be19cadfe6aa84116dbdd20a3052e6af8 (diff) | |
download | tk-7a6a77955225006567252f9b76f90cafb12d56a8.zip tk-7a6a77955225006567252f9b76f90cafb12d56a8.tar.gz tk-7a6a77955225006567252f9b76f90cafb12d56a8.tar.bz2 |
fix comment
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r-- | generic/tkMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c index 4d348ef..b794ce0 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -132,7 +132,7 @@ Tk_MainEx( Tcl_DString appName; /* - * 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. */ |