summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-14 07:41:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-14 07:41:09 (GMT)
commitdb3273f34623ce56fdd5f0a8e6fefa6c2c956619 (patch)
treef203af9a7321a7f38e0f451f48949253c5d290c1 /library
parenta15279ffd11639e3eee06f618dd684eab635e334 (diff)
downloadtcl-db3273f34623ce56fdd5f0a8e6fefa6c2c956619.zip
tcl-db3273f34623ce56fdd5f0a8e6fefa6c2c956619.tar.gz
tcl-db3273f34623ce56fdd5f0a8e6fefa6c2c956619.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 3684258..c31eea3 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -624,7 +624,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.