summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-14 07:42:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-14 07:42:38 (GMT)
commit8b01a846c357441f7db46601c5606ac57e79e259 (patch)
tree887615714a75b4ea25a71e14206f2250a1dff9d8 /library
parent9d6ae5462247cf6c5ce043e4689c3e5210628e93 (diff)
parent5ee5272acd89a5b1b8c97c7a5b3a0a2cf1598659 (diff)
downloadtcl-8b01a846c357441f7db46601c5606ac57e79e259.zip
tcl-8b01a846c357441f7db46601c5606ac57e79e259.tar.gz
tcl-8b01a846c357441f7db46601c5606ac57e79e259.tar.bz2
Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in comments
Diffstat (limited to 'library')
-rw-r--r--library/init.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl
index e361645..87d9f14 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -642,7 +642,7 @@ proc auto_import {pattern} {
if {$tcl_platform(platform) eq "windows"} {
# Windows version.
#
-# Note that info executable doesn't work under Windows, so we have to
+# Note that file executable doesn't work under Windows, so we have to
# look for files with .exe, .com, or .bat extensions. Also, the path
# may be in the Path or PATH environment variables, and path
# components are separated with semicolons, not colons as under Unix.