summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-17 13:43:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-17 13:43:54 (GMT)
commit5b5bebdbff32b453505f7e3c842126de6f4c28c6 (patch)
tree66e143ccd83f47de16a78d7ad17c2b16adf8248f /unix/tclUnixPipe.c
parent27697b9bf16319b8a6d3c2ba810ed342625d9c47 (diff)
downloadtcl-5b5bebdbff32b453505f7e3c842126de6f4c28c6.zip
tcl-5b5bebdbff32b453505f7e3c842126de6f4c28c6.tar.gz
tcl-5b5bebdbff32b453505f7e3c842126de6f4c28c6.tar.bz2
Change "channelId" to "channel" in documentation, error-handling and testcases
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;
}