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)
commit5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6 (patch)
tree66e143ccd83f47de16a78d7ad17c2b16adf8248f /unix/tclUnixPipe.c
parent3013ff330e1917f7d543a69bbbc50e19ac4e8090 (diff)
downloadtcl-5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6.zip
tcl-5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6.tar.gz
tcl-5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6.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;
}