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.40.2.5 -r1.40.2.6 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 12 Sep 2016 11:07:40 -0000 1.40.2.5 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 21 Apr 2017 15:43:47 -0000 1.40.2.6 @@ -158,7 +158,7 @@ running a set of testcases, and the descructor called once upon completion of running a set of testcases.

The idea behind this is that it could be used to perform data intensive - operations that shared amoungst a set if testcases. For example, mounting + operations that shared amongst a set if testcases. For example, mounting an instance of a package. This could be performed by each testcase individually, but this would be highly inefficient if there are any significant number of them. @@ -1244,7 +1244,7 @@ ad_proc -public aa_get_first_url { {-package_key:required} } { - Procedure for geting the url of a mounted package with the package_key. It uses the first instance that it founds. This is usefull for tclwebtest tests. + Procedure for geting the url of a mounted package with the package_key. It uses the first instance that it founds. This is useful for tclwebtest tests. } { if {![db_0or1row first_url {}]} {