Index: openacs-4/packages/acs-tcl/tcl/acs-db-00-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/acs-db-00-procs.tcl,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/acs-tcl/tcl/acs-db-00-procs.tcl 29 Feb 2024 11:21:12 -0000 1.1.2.6 +++ openacs-4/packages/acs-tcl/tcl/acs-db-00-procs.tcl 31 May 2024 12:00:00 -0000 1.1.2.7 @@ -37,7 +37,7 @@ # # Database Driver # - # Abstract form the Tcl interface that the drivers are offering to + # Abstract from the Tcl interface that the drivers are offering to # issue SQL commands and to perform profiling. # 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.13 -r1.47.2.14 --- openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl 7 Jun 2023 08:02:14 -0000 1.47.2.13 +++ openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl 31 May 2024 12:00:00 -0000 1.47.2.14 @@ -18,7 +18,7 @@ Check, if permission_p caching is enabled or disabled. By default caching is disabled. - @return Boolean value expressing whether permission caching is enbled + @return Boolean value expressing whether permission caching is enabled } { set cache_p [parameter::get \ -package_id $::acs::kernel_id \ Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.153.2.62 -r1.153.2.63 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 29 May 2024 09:24:37 -0000 1.153.2.62 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 31 May 2024 12:00:00 -0000 1.153.2.63 @@ -655,7 +655,7 @@ # should be after the canonical check to avoid multiple redirects. # The W3C spec (https://www.w3.org/TR/upgrade-insecure-requests/) # requires explicitly the value of "1". By testing this, we - # mitigate atttacks against this header field without losing + # mitigate attacks against this header field without losing # performance. # set upgrade_insecure_requests_p [ns_set iget [ns_conn headers] Upgrade-Insecure-Requests] Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.109.2.51 -r1.109.2.52 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 19 Mar 2024 10:47:04 -0000 1.109.2.51 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 31 May 2024 12:00:00 -0000 1.109.2.52 @@ -1735,7 +1735,7 @@ # # Tools that target earlier versions of the # HTML specification may not be able to - # properly recognize the latest entitities. + # properly recognize the latest entities. # # Currently, tDOM targets HTML standard 4.01, # hence will not automatically unquote 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.173 -r1.189.2.174 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 5 Apr 2024 08:28:21 -0000 1.189.2.173 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 31 May 2024 12:00:00 -0000 1.189.2.174 @@ -3451,7 +3451,7 @@ return [set $key] } if {$prog ne ""} { - + switch -- $::tcl_platform(platform) { windows { # @@ -3475,7 +3475,7 @@ set searchdirs [split $::env(PATH) :] set exts [list ""] } - } + } set names [lmap ext $exts {set _ $prog$ext}] if {[ad_file pathtype $prog] ne "relative"} { set fullNames $names @@ -4150,7 +4150,7 @@ {-version_dir ""} } { - Obtain the version_dir either form the provided string or from + Obtain the version_dir either from the provided string or from the resource_info dict. } { 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 -r1.94.2.23 -r1.94.2.24 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 10 Jul 2023 09:18:09 -0000 1.94.2.23 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 31 May 2024 12:00:00 -0000 1.94.2.24 @@ -3327,7 +3327,7 @@ ad_set_client_property acs-templating $__list_filter_form_client_property_key $__client_property_filters } - # create the form the holds the actual filter values + # Create the form that holds the actual filter values ad_form -name $filters_form_name -has_submit 1 -form { {name:text(hidden) {value $name}} }