Index: openacs-4/packages/acs-tcl/tcl/test/db-proc-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/db-proc-test-procs.tcl,v diff -u -r1.1.2.29 -r1.1.2.30 --- openacs-4/packages/acs-tcl/tcl/test/db-proc-test-procs.tcl 21 Feb 2023 10:58:55 -0000 1.1.2.29 +++ openacs-4/packages/acs-tcl/tcl/test/db-proc-test-procs.tcl 27 Feb 2023 17:51:34 -0000 1.1.2.30 @@ -368,7 +368,7 @@ Test db_transaction } { - # create a temp table for testing + # Create a temporary table for testing catch {db_dml remove_table {drop table tmp_db_transaction_test}} db_dml new_table {create table tmp_db_transaction_test (a integer constraint tmp_db_transaction_test_pk primary key, b integer)} @@ -630,7 +630,7 @@ aa_log "Start test section 2" # - # Create a multirow woth 0 entries and append a row "manually" + # Create a multirow no entries and append a row "manually" # For details, see # https://openacs.org/bugtracker/openacs/bug?bug_number=3441 # db_multirow person_mr1 noxql { Index: openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl,v diff -u -r1.1.2.12 -r1.1.2.13 --- openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl 23 Feb 2023 11:57:25 -0000 1.1.2.12 +++ openacs-4/packages/acs-tcl/tcl/test/security-procs.tcl 27 Feb 2023 17:51:34 -0000 1.1.2.13 @@ -74,7 +74,7 @@ set user_id [dict get $user_info user_id] set d [::acs::test::login $user_info] - aa_log "Requesting test endpoint as logged in user" + aa_log "Requesting test endpoint as logged-in user" set d [acs::test::http -last_request $d /$test_url] acs::test::reply_has_status_code $d 200 Index: openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl,v diff -u -r1.12.2.3 -r1.12.2.4 --- openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl 18 Feb 2021 14:46:23 -0000 1.12.2.3 +++ openacs-4/packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl 27 Feb 2023 17:51:34 -0000 1.12.2.4 @@ -177,7 +177,7 @@ aa_equals "Verify url /doc2 for node2" [site_node::get_url -node_id $node2_node_id] "/$doc2_name/" # - # In secton 3, we checked this case positively + # In section 3, we checked this case positively # aa_false "Get url from node3 object_id $node3_object_id contains /$doc5_name/" { "/$doc5_name/$doc3_name/" in [site_node::get_url_from_object_id -object_id $node3_object_id]