Index: openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl,v diff -u -r1.47.2.11 -r1.47.2.12 --- openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl 29 Aug 2022 14:17:24 -0000 1.47.2.11 +++ openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl 6 Jun 2023 09:07:18 -0000 1.47.2.12 @@ -53,7 +53,7 @@ {-object_id:required} {-privilege:required} } { - Does the provided party have the reequested privilege on the given object? + Does the provided party have the requested privilege on the given object? @param no_cache force loading from db even if cached (flushes cache as well) Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -r1.45.2.18 -r1.45.2.19 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 26 Apr 2023 11:50:05 -0000 1.45.2.18 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 6 Jun 2023 09:07:18 -0000 1.45.2.19 @@ -76,7 +76,7 @@ Returns a list of valid file type keys. - DEPRECATED: this api in not used in upstream code and can be + DEPRECATED: this API in not used in upstream code and can be inlined by a simple dict idiom. @see apm_file_type_names Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.126.2.93 -r1.126.2.94 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 25 May 2023 09:19:09 -0000 1.126.2.93 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 6 Jun 2023 09:07:18 -0000 1.126.2.94 @@ -640,7 +640,7 @@ if {$external_registry ne ""} { # # If we were logged in via an external identity provider, try - # to logout from there as well. Note, that not every external + # to logout from there as well. Note that not every external # identity provider supports a logout (e.g. GitHub), and maybe # in some cases, the external logout is not wanted. This # should be provided by the implementation of the external Index: openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl,v diff -u -r1.14.2.3 -r1.14.2.4 --- openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl 14 Apr 2023 14:02:43 -0000 1.14.2.3 +++ openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl 6 Jun 2023 09:07:19 -0000 1.14.2.4 @@ -44,7 +44,7 @@ This may become either a private interface or be deprecated in the future. In most cases, site_node::get_children is what you - want. One difference is, this api is not cached, so it will + want. One difference is, this API is not cached, so it will always return the actual status from the database. @see site_node::get_children @@ -68,7 +68,7 @@ } { This may become either a private interface or be deprecated in the future. In most cases, site_node::get_children is what you - want. One difference is, this api is not cached, so it will + want. One difference is, this API is not cached, so it will always return the actual status from the database. @see site_node::get_children Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.168 -r1.189.2.169 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 Apr 2023 13:48:17 -0000 1.189.2.168 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Jun 2023 09:07:19 -0000 1.189.2.169 @@ -2185,7 +2185,7 @@ correspondingly, i.e. if key is foo and value is bar, the Tcl var foo is set to bar. - DEPRECATED: the few remaining usages of this api in upstream code + DEPRECATED: the few remaining usages of this API in upstream code were found to be easily replaceable with much saner and clearer idioms. Index: openacs-4/packages/acs-tcl/tcl/test/ad-functional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/Attic/ad-functional-procs.tcl,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-tcl/tcl/test/ad-functional-procs.tcl 1 Mar 2023 14:18:12 -0000 1.1.2.1 +++ openacs-4/packages/acs-tcl/tcl/test/ad-functional-procs.tcl 6 Jun 2023 09:07:19 -0000 1.1.2.2 @@ -72,7 +72,7 @@ Test the functional api } { # - # These tests cover the api where tests were not provided. + # These tests cover the API where tests were not provided. # aa_equals "abs returns expected" \ [f::abs 1] 1 Index: openacs-4/packages/acs-tcl/tcl/test/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/Attic/apm-file-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/acs-tcl/tcl/test/apm-file-procs.tcl 25 Apr 2023 11:45:37 -0000 1.1.2.2 +++ openacs-4/packages/acs-tcl/tcl/test/apm-file-procs.tcl 6 Jun 2023 09:07:19 -0000 1.1.2.3 @@ -11,7 +11,7 @@ apm_workspace_install_dir } \ apm_workspace_directories { - Test requiring the workspace directories via the api. + Test requiring the workspace directories via the API. } { aa_section "Create the directories" Index: openacs-4/packages/acs-tcl/tcl/test/defs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/Attic/defs-procs.tcl,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/acs-tcl/tcl/test/defs-procs.tcl 2 Mar 2023 15:36:05 -0000 1.1.2.6 +++ openacs-4/packages/acs-tcl/tcl/test/defs-procs.tcl 6 Jun 2023 09:07:19 -0000 1.1.2.7 @@ -163,7 +163,7 @@ } if {![info exists found_p]} { - aa_log "No parameter exposed to the api was found in the server conf." + aa_log "No parameter exposed to the API was found in the server conf." } }