summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tkConsole.c2
-rw-r--r--generic/tkMain.c2
-rw-r--r--generic/tkWindow.c2
3 files changed, 3 insertions, 3 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.
*/
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.
*/
diff --git a/generic/tkWindow.c b/generic/tkWindow.c
index 057be04..ac69455 100644
--- a/generic/tkWindow.c
+++ b/generic/tkWindow.c
@@ -3021,7 +3021,7 @@ Initialize(
ThreadSpecificData *tsdPtr;
/*
- * Ensure that we are getting the matching version of Tcl.
+ * Ensure that we are getting a compatible version of Tcl.
*/
if (Tcl_InitStubs(interp, "8.5.0", 0) == NULL) {