Index: openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl,v diff -u -N -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl 1 Apr 2019 18:13:39 -0000 1.5.2.1 +++ openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl 14 Aug 2019 07:36:04 -0000 1.5.2.2 @@ -68,7 +68,7 @@ -validate { { test_name { $test_name ne "" } - {The name can not contain special characteres, whitespaces or be null} + {The name can not contain special characters, whitespaces or be null} } { login_type { 1 } @@ -157,7 +157,7 @@ aa_log \"Running test case ${test_name} \" aa_log \"${test_description} \" set response 0 - aa_log \" Loging in the user\" + aa_log \" Log-in the user\" $login_code #------------------ TwtR code ----------------- ${test_code}