Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -r1.48 -r1.49 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 29 Dec 2017 13:54:06 -0000 1.48 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 25 Mar 2018 22:13:40 -0000 1.49 @@ -1162,7 +1162,7 @@ # # It is ok, when the user has only accessed blackisted # content, but when the user was logged in, this should - # not happen - it ist at least unusal + # not happen - it is at least unusual # set address [expr {[info exists :pa($pa)] ? "peer address [set :pa($pa)]" : ""}] ns_log warning "no community info for $key available $address" @@ -1289,7 +1289,7 @@ # dump all variables of the object ::Users set o ::Users foreach var [$o info vars] { - # last_mkey is just for interal purposes + # last_mkey is just for internal purposes if {$var eq "last_mkey"} continue # the remainder are primarily runtime statistics if {[$o array exists $var]} {