summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-26 21:28:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-26 21:28:16 (GMT)
commitb7d482027a944e86d1d0bd13d88f7f01632dc49d (patch)
tree286aaeb92e6c8ed4b0bc0c12334cccb56abd9499 /unix/tclUnixChan.c
parentc54794403161720dabcaeb9e71bbf738bbd2585f (diff)
parent47bc45a266ba286820335a419034d5521c3c6435 (diff)
downloadtcl-b7d482027a944e86d1d0bd13d88f7f01632dc49d.zip
tcl-b7d482027a944e86d1d0bd13d88f7f01632dc49d.tar.gz
tcl-b7d482027a944e86d1d0bd13d88f7f01632dc49d.tar.bz2
Don't use "9.0b3" any more. Spacing
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r--unix/tclUnixChan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index 0500147..75584fe 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -1774,7 +1774,7 @@ TclpOpenFileChannel(
if (interp != (Tcl_Interp *) NULL) {
/*
* We need this just to ensure we return the correct error messages under
- * some circumstances (relative paths only), so because the normalization
+ * some circumstances (relative paths only), so because the normalization
* is very expensive, don't invoke it for native or absolute paths.
* Note: since paths starting with ~ are absolute, it also considers tilde expansion,
* (proper error message of tests *io-40.17 "tilde substitution in open")