summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-22 09:17:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-22 09:17:11 (GMT)
commitce8e30b37c92ab55f4c4073a14621de5e9dda921 (patch)
treeec8ebc9750eccc6dc8c8deebe5cb9408d4aedc9e /library
parent48bd13cb6e4022ae7e7514cbdff8fd191049ca54 (diff)
parentc6db382cae0c0b2c3cb9a1448d6a009282b033c7 (diff)
downloadtcl-ce8e30b37c92ab55f4c4073a14621de5e9dda921.zip
tcl-ce8e30b37c92ab55f4c4073a14621de5e9dda921.tar.gz
tcl-ce8e30b37c92ab55f4c4073a14621de5e9dda921.tar.bz2
Merge 9.0
Diffstat (limited to 'library')
-rw-r--r--library/safe.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/safe.tcl b/library/safe.tcl
index b6e23ab..5665e35 100644
--- a/library/safe.tcl
+++ b/library/safe.tcl
@@ -1064,7 +1064,7 @@ proc ::safe::AliasLoad {child file args} {
return [::interp invokehidden $child load $file $prefix $target]
} on error msg {
# Some libraries return no error message.
- set msg0 "load of binary library with prefix $prefix failed"
+ set msg0 "load of library for prefix $prefix failed"
if {$msg eq {}} {
set msg $msg0
} else {