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.56 -r1.57 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 9 May 2018 15:33:34 -0000 1.56 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 11 Jun 2018 09:14:55 -0000 1.57 @@ -1623,7 +1623,7 @@ } ad_proc string_truncate_middle {{-ellipsis ...} {-len 100} string} { - cut middle part of a string in case it is to long + cut middle part of a string in case it is too long } { set string [string trim $string] if {[string length $string]>$len} {