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 | 1102a9f564b7754419e8573ae4afcb1f1f45c2ee (patch) | |
| tree | 66e143ccd83f47de16a78d7ad17c2b16adf8248f /unix/tclUnixPipe.c | |
| parent | a2aedee1d3d13af60fac5bff60bb3521d6254141 (diff) | |
| download | tcl-1102a9f564b7754419e8573ae4afcb1f1f45c2ee.zip tcl-1102a9f564b7754419e8573ae4afcb1f1f45c2ee.tar.gz tcl-1102a9f564b7754419e8573ae4afcb1f1f45c2ee.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; } |
