summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 818c373..fc328f0 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -6580,7 +6580,7 @@ TestChannelCmd(
if (argc != 5) {
Tcl_AppendResult(interp, "wrong # args: should be \"", argv[0],
- " transform channelId -command cmd\"", (char *)NULL);
+ " transform channel -command cmd\"", (char *)NULL);
return TCL_ERROR;
}
if (strcmp(argv[3], "-command") != 0) {