Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.39 -r1.40 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 24 Nov 2017 08:18:09 -0000 1.39 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 24 Dec 2017 12:54:33 -0000 1.40 @@ -2214,7 +2214,7 @@ Check if all the datasources (properties) promised in the page contract have actually been set. - @author Chrisitan Brechbuehler + @author Christian Brechbuehler @creation-date 13 Aug 2000 } { # for now this is a dummy proc. @@ -2227,7 +2227,7 @@ ad_proc ad_page_contract_handle_datasource_error {error} { Output a diagnostic page. Treats both special and generic error messages. - @author Chrisitan Brechbuehler + @author Christian Brechbuehler @creation-date 13 Aug 2000 } { set complaint_template [parameter::get_from_package_key \ Index: openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl,v diff -u -N -r1.43 -r1.44 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 22 Dec 2017 14:14:20 -0000 1.43 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 24 Dec 2017 12:54:33 -0000 1.44 @@ -693,7 +693,7 @@ aa_register_case -cats {api smoke} util__randomize_list { Test util::randomize_list } { - aa_equals "Emtpy list" [util::randomize_list {}] {} + aa_equals "Empty list" [util::randomize_list {}] {} aa_equals "One-element list" [util::randomize_list {a}] {a} 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.67 -r1.68 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 22 Dec 2017 13:18:29 -0000 1.67 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 24 Dec 2017 12:56:09 -0000 1.68 @@ -268,7 +268,7 @@ sub_class {} } - # These are defauls for internally maintained properties + # These are defaults for internally maintained properties array set list_properties { aggregates_p 0 bulk_action_export_chunk {} Index: openacs-4/packages/acs-templating/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-procs.tcl,v diff -u -N -r1.55 -r1.56 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 5 Dec 2017 15:37:18 -0000 1.55 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 24 Dec 2017 12:56:09 -0000 1.56 @@ -448,11 +448,11 @@ These options are used by the OacsFs plugin
  • folder_id: the folder from which files should be taken - for the file selector. Can be used alterantive with fs_package_id, whatever + for the file selector. Can be used alternative with fs_package_id, whatever more handy in the application.
  • fs_package_id: the package id of the file_storage package from which files should be taken - for the file selector. Can be used alterantive with folder_id, whatever + for the file selector. Can be used alternative with folder_id, whatever more handy in the application. If nothing is specified, the globally mounted file-store is used.
  • file_types: SQL match pattern for selecting certain types Index: openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl 7 Aug 2017 23:48:02 -0000 1.17 +++ openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl 24 Dec 2017 12:56:09 -0000 1.18 @@ -51,7 +51,7 @@ set default_lang "" } -#Do we include all availabale dicts or not ? +#Do we include all available dicts or not ? set use_dicts_p [parameter::get_from_package_key \ -package_key acs-templating \ -parameter SpellcheckUseDictsP \