diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-17 13:43:54 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-17 13:43:54 (GMT) |
| commit | 5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6 (patch) | |
| tree | 66e143ccd83f47de16a78d7ad17c2b16adf8248f /unix/tclUnixPipe.c | |
| parent | 3013ff330e1917f7d543a69bbbc50e19ac4e8090 (diff) | |
| download | tcl-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.c | 2 |
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; } |
