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.65 -r1.79.2.66 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 27 Nov 2022 18:04:55 -0000 1.79.2.65 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 10 Jul 2023 09:17:39 -0000 1.79.2.66 @@ -243,7 +243,7 @@ component_desc body } { - Registers a re-usable code component. Provide a component identifier, + Registers a reusable code component. Provide a component identifier, description and component body code.

This is useful for re-using code that sets up / clears down, data common @@ -1020,7 +1020,7 @@ error "rollback tests" } on_error { # - # Exectue the rollback block and trigger error. + # Execute the rollback block and trigger error. # aa_end_rollback_block set errmsg [lindex [split $::errorInfo \n] 0]