summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclXtTest.c')
-rw-r--r--unix/tclXtTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c
index fcb0773..8510677 100644
--- a/unix/tclXtTest.c
+++ b/unix/tclXtTest.c
@@ -119,7 +119,7 @@ TesteventloopCmd(
framePtr = oldFramePtr;
} else {
Tcl_AppendResult(interp, "bad option \"", argv[1],
- "\": must be done or wait", NULL);
+ "\": should be done or wait", NULL);
return TCL_ERROR;
}
return TCL_OK;