summaryrefslogtreecommitdiffstats
path: root/library/safe.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2021-03-31 10:38:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2021-03-31 10:38:25 (GMT)
commit4c25696376a8c5d1f66c51a06193e8dc815287f7 (patch)
treed9d8367476dd8deff3bebfb6f81b295845b91ee0 /library/safe.tcl
parent2dab8fa488cce34d6dc5538612f1b1fba01c8ab5 (diff)
parent9406745440cf6387d6aaa25d4b595fba069cf5d0 (diff)
downloadtcl-4c25696376a8c5d1f66c51a06193e8dc815287f7.zip
tcl-4c25696376a8c5d1f66c51a06193e8dc815287f7.tar.gz
tcl-4c25696376a8c5d1f66c51a06193e8dc815287f7.tar.bz2
merge core-8-branch
Diffstat (limited to 'library/safe.tcl')
-rw-r--r--library/safe.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/safe.tcl b/library/safe.tcl
index 27033b2..3c01f75 100644
--- a/library/safe.tcl
+++ b/library/safe.tcl
@@ -1029,14 +1029,14 @@ proc ::safe::AliasLoad {child file args} {
# Determine what kind of load is requested
if {$file eq ""} {
- # static library loading
+ # static loading
if {$prefix eq ""} {
set msg "load error: empty filename and no prefix"
Log $child $msg
return -code error $msg
}
if {!$state(staticsok)} {
- Log $child "static library loading disabled\
+ Log $child "static loading disabled\
(trying to load $prefix to $target)"
return -code error "permission denied (static library)"
}