Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.79.2.82 -r1.79.2.83 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 28 Aug 2024 06:45:43 -0000 1.79.2.82 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 30 Aug 2024 07:47:19 -0000 1.79.2.83 @@ -2477,7 +2477,7 @@ } } if {$silent_p} { - aa_log "$msg xotcl objects: $xotcl nx objects: $nx nssets: $nssets" + aa_log "$msg XOTcl objects: $xotcl nx objects: $nx nssets: $nssets" set mem_info [aa_used_application_memory] if {$mem_info ne ""} { dict with mem_info { @@ -2495,7 +2495,7 @@ } { Silence expected messages in the system log. The proc deactivates - the specified severity levels during the code in the last arguemnt + the specified severity levels during the code in the last argument is executed. After it has finished, the severity levels are reset to their previous values.