Index: openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl,v diff -u -N -r1.15.2.16 -r1.15.2.17 --- openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 23 Aug 2022 19:10:37 -0000 1.15.2.16 +++ openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 10 Jul 2023 09:16:39 -0000 1.15.2.17 @@ -1406,7 +1406,7 @@ h_arr(aml_type) Type of email from acs_mail_lite::email_type h_arr(aml_received_cs) Time received in seconds since Tcl epoch - h_arr(aml_datetime_cs) Time unique_id generatd in seconds since Tcl epoch + h_arr(aml_datetime_cs) Time unique_id generated in seconds since Tcl epoch h_arr(aml_processed_p) processed_p h_arr(aml_priority) a priority number assigned to email. 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 -N -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] Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -N -r1.94.2.22 -r1.94.2.23 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 29 Mar 2023 12:38:59 -0000 1.94.2.22 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 10 Jul 2023 09:18:09 -0000 1.94.2.23 @@ -139,7 +139,7 @@ to display at the bottom of the list. The format is (label1 url1 title1 label2 url2 title2 ...). A form will be submitted to the url, containing a list of the key values of the checked rows. - For example, if 'key' is 'message_id', and rows with message_id 2 4 and 9 are chcked, the + For example, if 'key' is 'message_id', and rows with message_id 2 4 and 9 are checked, the page will get variables message_id=2&message_id=4&message_id=9. The receiving page should declare message_id:naturalnum,multiple in its ad_page_contract. Note that the 'message_id' local variable will the be a Tcl list.