summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-02 11:50:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-02 11:50:26 (GMT)
commitb6a51d3251900f9a7edfb65d456fdbed3d1a9eb2 (patch)
tree1aa4a661a5a5f648d5930867272ce9fb38e6ebca /unix
parent332c5aadfa15b6d8ad2886ac24efa0347fcbffc6 (diff)
parent8e1f9bb6d10b8e3a492a329e0476238c4893e96f (diff)
downloadtcl-b6a51d3251900f9a7edfb65d456fdbed3d1a9eb2.zip
tcl-b6a51d3251900f9a7edfb65d456fdbed3d1a9eb2.tar.gz
tcl-b6a51d3251900f9a7edfb65d456fdbed3d1a9eb2.tar.bz2
Merge 8.7
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
-rw-r--r--unix/tclUnixFCmd.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 5b158b5..d000a5b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1042,9 +1042,9 @@ install-libraries: libraries
@echo "Installing package msgcat 1.7.0 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \
"$(MODULE_INSTALL_DIR)"/tcl9/9.0/msgcat-1.7.0.tm
- @echo "Installing package tcltest 2.5.1 as a Tcl Module"
+ @echo "Installing package tcltest 2.5.2 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \
- "$(MODULE_INSTALL_DIR)"/tcl9/9.0/tcltest-2.5.1.tm
+ "$(MODULE_INSTALL_DIR)"/tcl9/9.0/tcltest-2.5.2.tm
@echo "Installing package platform 1.0.14 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \
"$(MODULE_INSTALL_DIR)"/tcl9/9.0/platform-1.0.14.tm
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c
index 2cc6721..b32a2a2 100644
--- a/unix/tclUnixFCmd.c
+++ b/unix/tclUnixFCmd.c
@@ -2040,7 +2040,7 @@ TclpObjNormalizePath(
}
/*
- * Call 'realpath' to obtain a canonical path.
+ * Call 'realpath' to obtain a canonical path.
*/
#ifndef NO_REALPATH
@@ -2050,7 +2050,7 @@ TclpObjNormalizePath(
* The path contains at most one component, e.g. '/foo' or '/', so
* so there is nothing to resolve. Also, on some platforms
* 'Realpath' transforms an empty string into the normalized pwd,
- * which is the wrong answer.
+ * which is the wrong answer.
*/
return 0;
@@ -2096,7 +2096,7 @@ TclpObjNormalizePath(
if (path[nextCheckpoint] != '\0') {
/*
- * Append the remaining path components.
+ * Append the remaining path components.
*/
int normLen = Tcl_DStringLength(&ds);