Index: openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d3-5.10.0d4.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d3-5.10.0d4.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d3-5.10.0d4.sql 21 Feb 2018 19:08:07 -0000 1.2 +++ openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.10.0d3-5.10.0d4.sql 27 Mar 2018 12:43:27 -0000 1.3 @@ -4,7 +4,7 @@ -- apisano 2018-02-21: -- - added proper removal of acs_rels when deleting an acs object -- - remove dead acs_object coming from erased portraits. Not clear --- wether other kinds of dead objects due to other kind of +-- whether other kinds of dead objects due to other kind of -- relationships will still be around... -- Cleanup Index: openacs-4/packages/acs-lang/sql/oracle/upgrade/upgrade-4.1-4.7d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/sql/oracle/upgrade/upgrade-4.1-4.7d2.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-lang/sql/oracle/upgrade/upgrade-4.1-4.7d2.sql 14 Oct 2002 14:37:40 -0000 1.1 +++ openacs-4/packages/acs-lang/sql/oracle/upgrade/upgrade-4.1-4.7d2.sql 27 Mar 2018 12:43:27 -0000 1.2 @@ -9,7 +9,7 @@ -- 1. There could be no locale at all for some language -- in that case the scripts adds a new locale -- 2. There could be no default locale --- the script makes sure that theres is one default locale +-- the script makes sure that there is one default locale -- pr. language -- -- @author Christian Hvid Index: openacs-4/packages/acs-lang/sql/postgresql/upgrade/upgrade-4.1-4.7d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/sql/postgresql/upgrade/upgrade-4.1-4.7d2.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-lang/sql/postgresql/upgrade/upgrade-4.1-4.7d2.sql 14 Oct 2002 14:37:41 -0000 1.1 +++ openacs-4/packages/acs-lang/sql/postgresql/upgrade/upgrade-4.1-4.7d2.sql 27 Mar 2018 12:43:27 -0000 1.2 @@ -9,7 +9,7 @@ -- 1. There could be no locale at all for some language -- in that case the scripts adds a new locale -- 2. There could be no default locale --- the script makes sure that theres is one default locale +-- the script makes sure that there is one default locale -- pr. language -- -- @author Christian Hvid 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 -r1.8 -r1.9 --- openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 27 Mar 2018 12:22:17 -0000 1.8 +++ openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 27 Mar 2018 12:43:27 -0000 1.9 @@ -1286,7 +1286,7 @@ # For emails originating elsewhere, another authentication # method, such as a pre-signed unique-id in message # content could be added as well. - # For now, we warn whenver this is used. + # For now, we warn whenever this is used. if { [ad_var_type_check_number_p $pot_object_id] } { if { [acs_object::object_p -id h_arr(aml_object_id)] } { ns_log Warning "acs_mail_lite::inbound_queue_pull \ Index: openacs-4/packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml,v diff -u -r1.26 -r1.27 --- openacs-4/packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml 7 Aug 2017 23:47:59 -0000 1.26 +++ openacs-4/packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml 27 Mar 2018 12:43:27 -0000 1.27 @@ -19,7 +19,7 @@ Error Report errors File with error: - Theres was an error Inserting the Information to the Data Base: + There was an error Inserting the Information to the Data Base: , and resubmit your entry. Argspec '%element%' is invalid, because it contains more than two elements. Error Submitted Automatically Index: openacs-4/packages/acs-templating/tcl/data-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/data-procs.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/acs-templating/tcl/data-procs.tcl 1 Oct 2017 12:16:05 -0000 1.20 +++ openacs-4/packages/acs-templating/tcl/data-procs.tcl 27 Mar 2018 12:43:27 -0000 1.21 @@ -430,7 +430,7 @@ type value_ref } { - Dispatch procedure for the transform method. "tranformation" in template + Dispatch procedure for the transform method. "transformation" in template systemspeak means to convert the submitted data to the custom datatype structure, usually a list for complex datatypes, just the value for simple datatypes. The transform method is called after the datatype is validated. Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -r1.57 -r1.58 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 17 Jan 2018 21:45:20 -0000 1.57 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 27 Mar 2018 12:43:27 -0000 1.58 @@ -715,7 +715,7 @@ if { [info exists values($value)] } { append output [subst { selected="selected"}] } - # Whe option element contains "normal" character data, + # The option element contains "normal" character data, # which must not contain any "<". For details, see: # https://www.w3.org/TR/html-markup/syntax.html#normal-character-data append output [subst {>[string map {< "<" > ">"} $label]\n}]