summaryrefslogtreecommitdiffstats
path: root/library/safe.tcl
diff options
context:
space:
mode:
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)"
}