diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-14 07:41:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-14 07:41:09 (GMT) |
commit | 5ee5272acd89a5b1b8c97c7a5b3a0a2cf1598659 (patch) | |
tree | f203af9a7321a7f38e0f451f48949253c5d290c1 /library | |
parent | 0477cb15f93e08f2ef2651122ec92163cbf621c0 (diff) | |
download | tcl-5ee5272acd89a5b1b8c97c7a5b3a0a2cf1598659.zip tcl-5ee5272acd89a5b1b8c97c7a5b3a0a2cf1598659.tar.gz tcl-5ee5272acd89a5b1b8c97c7a5b3a0a2cf1598659.tar.bz2 |
Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in comments
Diffstat (limited to 'library')
-rw-r--r-- | library/init.tcl | 2 |
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. |