Index: openacs-4/packages/acs-authentication/tcl/local-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/local-procs.tcl,v diff -u -N -r1.45 -r1.46 --- openacs-4/packages/acs-authentication/tcl/local-procs.tcl 28 Jun 2018 14:20:46 -0000 1.45 +++ openacs-4/packages/acs-authentication/tcl/local-procs.tcl 11 Jul 2018 10:37:40 -0000 1.46 @@ -380,7 +380,7 @@ ad_change_password $user_id $password - # We return the new passowrd here and let the OpenACS framework send the email with the new password + # We return the new password here and let the OpenACS framework send the email with the new password set result(password) $password return [array get result] } Index: openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 17 Jun 2018 19:30:33 -0000 1.13 +++ openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 11 Jul 2018 10:37:41 -0000 1.14 @@ -16,7 +16,7 @@ ######################### ad_proc twt::do_request { page_url } { - Takes a url and invokes tclwebtest::do_request. Will retry + Takes a URL and invokes tclwebtest::do_request. Will retry the request a number of times if it fails because of a socket connect problem. } { Index: openacs-4/packages/acs-content-repository/tcl/search-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/search-procs.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/acs-content-repository/tcl/search-procs.tcl 15 Jun 2018 22:17:28 -0000 1.13 +++ openacs-4/packages/acs-content-repository/tcl/search-procs.tcl 11 Jul 2018 10:37:41 -0000 1.14 @@ -27,7 +27,7 @@ ad_proc content_search__url { object_id } { - Provides a url for linking to content items which show up in a search + Provides a URL for linking to content items which show up in a search result set. } { set package_id [apm_package_id_from_key acs-content-repository] @@ -69,7 +69,7 @@ ad_proc image_search__url { object_id } { - Provides a url for linking to content items which show up in a search + Provides a URL for linking to content items which show up in a search result set. } { return [content_search__url $object_id] @@ -106,7 +106,7 @@ ad_proc template_search__url { object_id } { - Provides a url for linking to content items which show up in a search + Provides a URL for linking to content items which show up in a search result set. } { return [content_search__url $object_id] Index: openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl,v diff -u -N -r1.23 -r1.24 --- openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 29 Jun 2018 09:08:38 -0000 1.23 +++ openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 11 Jul 2018 10:37:41 -0000 1.24 @@ -133,7 +133,7 @@ } { set package_key [lang::test::test_package_key] - # The key numbers correspond to the 14 cases described in the api-doc for lang::catalog::upgrade + # The key numbers correspond to the 14 cases described in the API-doc for lang::catalog::upgrade array set base_messages { key01 "Key 1" key04 "Key 4" Index: openacs-4/packages/acs-mail/tcl/test/acs-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail/tcl/test/acs-mail-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-mail/tcl/test/acs-mail-procs.tcl 2 Nov 2003 15:55:45 -0000 1.1 +++ openacs-4/packages/acs-mail/tcl/test/acs-mail-procs.tcl 11 Jul 2018 10:37:41 -0000 1.2 @@ -17,7 +17,7 @@ set name [ad_generate_random_string] set name_2 [ad_generate_random_string] - # there is no function in the api to directly retrieve a key + # there is no function in the API to directly retrieve a key # so instead we have to create a child of another and then # retrieve the parent's child Index: openacs-4/packages/acs-object-management/tcl/object-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-object-management/tcl/object-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-object-management/tcl/object-procs.tcl 4 Jun 2018 11:11:13 -0000 1.11 +++ openacs-4/packages/acs-object-management/tcl/object-procs.tcl 11 Jul 2018 10:37:41 -0000 1.12 @@ -137,7 +137,7 @@ 1. We don't call the object type's "new" function, if one exists. This package doesn't create them, and in general I'd like to move away from them as it's - one of the things that makes supporting both oracle and postgresql burdensome. + one of the things that makes supporting both oracle and PostgreSQL burdensome. 2. This means that this function will fail if an object type has a "new" function that does tricky things beyond simply creating the supertype object, then Index: openacs-4/packages/acs-outdated/www/acs-tcl-users-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-outdated/www/acs-tcl-users-one.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-outdated/www/acs-tcl-users-one.tcl 2 Oct 2013 07:23:44 -0000 1.1 +++ openacs-4/packages/acs-outdated/www/acs-tcl-users-one.tcl 11 Jul 2018 10:37:41 -0000 1.2 @@ -59,7 +59,7 @@ # # randyg is brilliant! we can recycle the same handle here because the # # inner argument is evaluated before the outer one. this should actually -# # be done with the db api. 12 june 00, richardl@arsdigita.com +# # be done with the db API. 12 june 00, richardl@arsdigita.com # if { [im_enabled_p] && [ad_user_group_member $db [im_employee_group_id] $user_id] } { # # We are running an intranet enabled acs and this user is a member of the Index: openacs-4/packages/acs-service-contract/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/implementation-procs.tcl,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-service-contract/tcl/implementation-procs.tcl 11 Jun 2018 09:28:28 -0000 1.18 +++ openacs-4/packages/acs-service-contract/tcl/implementation-procs.tcl 11 Jul 2018 10:37:41 -0000 1.19 @@ -142,8 +142,7 @@ @param owner Owner of the service contract. @param name Implementation name. @param contract Implementation contract name. - @return Returns the ID for a specified service contract, or all IDs for - for service contracts that match the owner and implementation name of + @return Returns the ID for a specified service contract, or all IDs for service contracts that match the owner and implementation name of a service contract, if the contract is not specified. } { Index: openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl 17 Jan 2018 21:45:20 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl 11 Jul 2018 10:37:41 -0000 1.8 @@ -788,10 +788,10 @@ # Must parse the replacement text for start & end tags, etc # This text must be self-contained: balanced closing tags, and so on - set tokenised [tokenise $map($ref) $::xml::tokExpr $::xml::substExpr] + set tokenized [tokenise $map($ref) $::xml::tokExpr $::xml::substExpr] set final $options(-final) unset options(-final) - eval parseEvent [list $tokenised] [array get options] -final 0 + eval parseEvent [list $tokenized] [array get options] -final 0 set options(-final) $final return {} @@ -885,7 +885,7 @@ # Content model is mixed (PCDATA and elements). # The second element of the list contains the # elements that may occur. #PCDATA is assumed -# (ie. the list is normalised). +# (ie. the list is normalized). # # Arguments: # id identifier for the element. Index: openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl 7 Aug 2017 23:48:00 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl 11 Jul 2018 10:37:41 -0000 1.5 @@ -102,7 +102,7 @@ # -reportempty whether to provide empty element indication # # Results: -# The state variable is initialised. +# The state variable is initialized. proc xml::parser {args} { variable ParserCounter @@ -213,15 +213,15 @@ set parent {} } - set tokenised [lrange \ + set tokenized [lrange \ [${parent}::sgml::tokenise $xml \ $tokExpr \ $substExpr \ -internaldtdvariable [namespace current]::${object}(internaldtd)] \ 4 end] eval ${parent}::sgml::parseEvent \ - [list $tokenised \ + [list $tokenized \ -emptyelement [namespace code ParseEmpty] \ -parseattributelistcommand [namespace code ParseAttrs]] \ [array get parser -*command] \ @@ -300,7 +300,7 @@ # object parser object # # Results: -# Parser data structure initialised +# Parser data structure initialized proc xml::ParseCommand_reset object { upvar \#0 [namespace current]::$object parser Index: openacs-4/packages/application-track/catalog/application-track.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/application-track/catalog/application-track.en_US.ISO-8859-1.xml,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/application-track/catalog/application-track.en_US.ISO-8859-1.xml 30 Apr 2007 18:44:27 -0000 1.3 +++ openacs-4/packages/application-track/catalog/application-track.en_US.ISO-8859-1.xml 11 Jul 2018 10:43:42 -0000 1.4 @@ -5,7 +5,7 @@ Application Application Name Application Track - Application Track Management + Application Track Management Chose the applications to analyze Class Class_instance Index: openacs-4/packages/dotlrn-application-track/tcl/dotlrn-application-track-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-application-track/tcl/dotlrn-application-track-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-application-track/tcl/dotlrn-application-track-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 +++ openacs-4/packages/dotlrn-application-track/tcl/dotlrn-application-track-procs.tcl 11 Jul 2018 10:43:42 -0000 1.3 @@ -47,7 +47,7 @@ } { returns the pretty name } { - return "#application-track.application_track_managment#" + return "#application-track.application_track_management#" } ad_proc -public add_applet { Index: openacs-4/packages/dotlrn-user-tracking/tcl/dotlrn-user-tracking-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-user-tracking/tcl/dotlrn-user-tracking-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-user-tracking/tcl/dotlrn-user-tracking-procs.tcl 27 Mar 2018 14:22:30 -0000 1.5 +++ openacs-4/packages/dotlrn-user-tracking/tcl/dotlrn-user-tracking-procs.tcl 11 Jul 2018 10:45:10 -0000 1.6 @@ -47,7 +47,7 @@ } { returns the pretty name } { - return "#user-tracking.user_tracking_managment#" + return "#user-tracking.user_tracking_management#" } ad_proc -public add_applet {