summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-15 20:23:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-15 20:23:54 (GMT)
commit539dee14dd53a081a6787a33d0cc731b5b2f329f (patch)
treeee872a83d3c887e120a260f12250968fde5101bf /unix/tclUnixTest.c
parent5eed049c6cf5c50b4c4994f26c13d27a48581f78 (diff)
downloadtcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.zip
tcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.tar.gz
tcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.tar.bz2
Improve bunch of error-messages
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r--unix/tclUnixTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c
index 2358d06..4c9ee8d 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -207,7 +207,7 @@ TestfilehandlerCmd(
fcntl(GetFd(pipePtr->readFile), F_SETFL, O_NONBLOCK);
fcntl(GetFd(pipePtr->writeFile), F_SETFL, O_NONBLOCK);
#else
- Tcl_AppendResult(interp, "can't make pipes non-blocking",
+ Tcl_AppendResult(interp, "cannot make pipes non-blocking",
(char *)NULL);
return TCL_ERROR;
#endif