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)
commite2b7aacde0b54ede80212fed9a78769e97cfad9a (patch)
tree18b7d7b323f17ccdb5624da38b4ae2ec0f9767c5 /unix/tclUnixTest.c
parentbc5ad3cf65f93eea249301f61a37cefaafa8c410 (diff)
parent64d7cb80a01248468fed1f40a6eda03c71e126fd (diff)
downloadtcl-e2b7aacde0b54ede80212fed9a78769e97cfad9a.zip
tcl-e2b7aacde0b54ede80212fed9a78769e97cfad9a.tar.gz
tcl-e2b7aacde0b54ede80212fed9a78769e97cfad9a.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