diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:44:42 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:44:42 (GMT) |
| commit | f395ac63dfc79b43356a21fb238734618f573cc4 (patch) | |
| tree | 18b7d7b323f17ccdb5624da38b4ae2ec0f9767c5 /generic/tclInterp.c | |
| parent | 2a01d22218f699923a04450cfd5b1fd9c31347da (diff) | |
| parent | 53163af082499d71e4bf796938b462eb918836e1 (diff) | |
| download | tcl-f395ac63dfc79b43356a21fb238734618f573cc4.zip tcl-f395ac63dfc79b43356a21fb238734618f573cc4.tar.gz tcl-f395ac63dfc79b43356a21fb238734618f573cc4.tar.bz2 | |
Improve bunch of error-messages
Diffstat (limited to 'generic/tclInterp.c')
| -rw-r--r-- | generic/tclInterp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c index 6cc897e..48926ce 100644 --- a/generic/tclInterp.c +++ b/generic/tclInterp.c @@ -458,7 +458,7 @@ Tcl_Init( " }\n" " }\n" " unset -nocomplain tclDefaultLibrary\n" -" set msg \"Can't find a usable init.tcl in the following directories: \n\"\n" +" set msg \"Cannot find a usable init.tcl in the following directories: \n\"\n" " append msg \" $dirs\n\n\"\n" " append msg \"$errors\n\n\"\n" " append msg \"This probably means that Tcl wasn't installed properly.\n\"\n" |
