summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-06-20 07:44:32 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-06-20 07:44:32 (GMT)
commite83954d81f5ad30df0736d1cb12f5240bb8e896c (patch)
treebcc7064efa50ae367f8843e46d36b864e91b24af /unix/tclUnixPipe.c
parent2de684d18bf96b3de8c6e42f5aafbdb832096475 (diff)
parent58e07be6174a8195b83da655731626e99b605c86 (diff)
downloadtcl-e83954d81f5ad30df0736d1cb12f5240bb8e896c.zip
tcl-e83954d81f5ad30df0736d1cb12f5240bb8e896c.tar.gz
tcl-e83954d81f5ad30df0736d1cb12f5240bb8e896c.tar.bz2
Merge trunk
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r--unix/tclUnixPipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c
index a61c083..046ec90 100644
--- a/unix/tclUnixPipe.c
+++ b/unix/tclUnixPipe.c
@@ -1380,7 +1380,7 @@ Tcl_PidObjCmd(
Tcl_Obj *resultPtr;
if (objc > 2) {
- Tcl_WrongNumArgs(interp, 1, objv, "?channelId?");
+ Tcl_WrongNumArgs(interp, 1, objv, "?channel?");
return TCL_ERROR;
}