summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-15 20:44:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-15 20:44:42 (GMT)
commitf395ac63dfc79b43356a21fb238734618f573cc4 (patch)
tree18b7d7b323f17ccdb5624da38b4ae2ec0f9767c5 /unix/tclUnixTest.c
parent2a01d22218f699923a04450cfd5b1fd9c31347da (diff)
parent53163af082499d71e4bf796938b462eb918836e1 (diff)
downloadtcl-f395ac63dfc79b43356a21fb238734618f573cc4.zip
tcl-f395ac63dfc79b43356a21fb238734618f573cc4.tar.gz
tcl-f395ac63dfc79b43356a21fb238734618f573cc4.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 26c590d..4d95309 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -209,7 +209,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