summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2018-05-29 17:58:53 (GMT)
committersebres <sebres@users.sourceforge.net>2018-05-29 17:58:53 (GMT)
commit83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93 (patch)
tree24752b41caa67f4f7176f5482c1921f3c6943eab /generic/tclFileName.c
parent153e32d613b99001ad5c711314c0702372d1d273 (diff)
parenta2ce3dab9b2939f21c06358081d0977ec937e106 (diff)
downloadtcl-83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93.zip
tcl-83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93.tar.gz
tcl-83a8197fe9d38bd55cb7ee1d5dfd4ea2b8415c93.tar.bz2
back-porting of tclclockmod done, merge current 8.6
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r--generic/tclFileName.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c
index 2136883..b566d7f 100644
--- a/generic/tclFileName.c
+++ b/generic/tclFileName.c
@@ -1904,7 +1904,7 @@ TclGlob(
}
/*
- * To process a [glob] invokation, this function may be called multiple
+ * To process a [glob] invocation, this function may be called multiple
* times. Each time, the previously discovered filenames are in the
* interpreter result. We stash that away here so the result is free for
* error messsages.