Index: openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/01-database-procs.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 17 Jul 2019 17:44:11 -0000 1.1.2.1 +++ openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 10 Aug 2019 14:33:26 -0000 1.1.2.2 @@ -3590,7 +3590,7 @@ set lob_sql [uplevel $ulevel [list db_bind_var_substitution $sql]] } - # get the content - asssume it is in column 0, or optionally it can + # get the content - assume it is in column 0, or optionally it can # be returned as "content" with the storage type indicated by the # "storage_type" column. Index: openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl,v diff -u -N -r1.12.2.4 -r1.12.2.5 --- openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 11 Jun 2019 18:55:08 -0000 1.12.2.4 +++ openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 10 Aug 2019 14:33:26 -0000 1.12.2.5 @@ -3,7 +3,7 @@ the preferred AOLserver XML api. It came in handy to have such an abstraction when the project switched to the tDOM library, so it stayed around, even if now is composed mostly by trivial - oneliners. + one-liners. It is not clear whether it would make more sense to use tDOM directly and avoid this extra layer altogether in the future. 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 -N -r1.45 -r1.45.2.1 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 25 Jul 2018 18:01:23 -0000 1.45 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 10 Aug 2019 14:33:26 -0000 1.45.2.1 @@ -610,7 +610,7 @@ array set package [apm_read_package_info_file [file join $tmpdir $info_file]] } errmsg]} { file delete -force -- $tmpdir - apm_callback_and_log $callback "The archive contains an unparseable package specification file: + apm_callback_and_log $callback "The archive contains an unparsable package specification file: $info_file. The following error was produced while trying to parse it:
[ns_quotehtml $errmsg]
.

Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -N -r1.126.2.4 -r1.126.2.5 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 20 May 2019 20:21:44 -0000 1.126.2.4 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 10 Aug 2019 14:33:26 -0000 1.126.2.5 @@ -2589,7 +2589,7 @@ {-multiple:boolean false} -value:required } { - Format an XML element wit a value depending on the specified arguments + Format an XML element with a value depending on the specified arguments @param attribute_name code the value as XML attribute @param multiple treat the value as a list and produce multiple XML elements @return the XML-formatted string Index: openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl,v diff -u -N -r1.29.2.2 -r1.29.2.3 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 31 Mar 2019 11:17:59 -0000 1.29.2.2 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 10 Aug 2019 14:33:26 -0000 1.29.2.3 @@ -629,7 +629,7 @@ Places the nth element of list into the variable named by the nth element of args. - One should use the built-in Tcl command "lassign" instread of this proc. + One should use the built-in Tcl command "lassign" instead of this proc. @see lassign @@ -2540,7 +2540,7 @@ other, but not both. NOTE: it is perfectly valid to not specify either, in which case no file is uploaded, but form variables are encoded using multipart/form-data instead of the usual - encoding (as noted aboved). + encoding (as noted above).

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 -N -r1.153.2.8 -r1.153.2.9 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 31 Jul 2019 09:19:23 -0000 1.153.2.8 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 10 Aug 2019 14:33:26 -0000 1.153.2.9 @@ -505,7 +505,7 @@ set resource [join [lrange $urlv 2 end] /] # This would map resources to their alternative in the theme - # package. Works, but needs some extra tought regarding + # package. Works, but needs some extra thought regarding # performance etc. and is therefore commented out. # set path "packages/$package_key/www/resources/$resource" # set themed_path [template::resource_path -type templates -style $path] 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 -N -r1.126.2.14 -r1.126.2.15 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 16 Jul 2019 19:01:56 -0000 1.126.2.14 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 10 Aug 2019 14:33:26 -0000 1.126.2.15 @@ -2251,7 +2251,7 @@ set driver_info [security::configured_driver_info] foreach d $driver_info { # - # port == 0 means that the driver is just used for sending, but not for receiveing + # port == 0 means that the driver is just used for sending, but not for receiving # if {[dict get $d port] != 0} { set location [dict get $d location] Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -N -r1.141.2.6 -r1.141.2.7 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 14 Jul 2019 23:01:50 -0000 1.141.2.6 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 10 Aug 2019 14:33:26 -0000 1.141.2.7 @@ -1729,7 +1729,7 @@ } # - # In case update_cache is called after the deltion of the node + # In case update_cache is called after the deletion of the node # in the database, it is still necessary to flush for the # original object_id, but this can't be handled in the # recursive query of method "flush_cache". Index: openacs-4/packages/acs-tcl/tcl/tcltrace-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcltrace-procs.tcl,v diff -u -N -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-tcl/tcl/tcltrace-procs.tcl 13 Jun 2019 06:54:07 -0000 1.4.2.1 +++ openacs-4/packages/acs-tcl/tcl/tcltrace-procs.tcl 10 Aug 2019 14:33:26 -0000 1.4.2.2 @@ -79,7 +79,7 @@ op } { - Generic trace proc for arbitraty commands. Simply reports + Generic trace proc for arbitrary commands. Simply reports calls to function (optionally with full context) to the error.log. @param details when set, use ad_log for reporting with full context 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 -N -r1.109.2.6 -r1.109.2.7 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 4 Jul 2019 14:14:25 -0000 1.109.2.6 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 10 Aug 2019 14:33:26 -0000 1.109.2.7 @@ -1504,7 +1504,7 @@ set string_delimiter [string index $html $string_delimiter_idx] # If the greater than sign appears before any of the - # string delimters, we've found the tag end. + # string delimiters, we've found the tag end. if { $gt_idx < $string_delimiter_idx || $string_delimiter_idx == -1 } { # we found the tag end set i $gt_idx @@ -2465,7 +2465,7 @@ value must be an integer > 0. @arg padstring string that will be repeated until length of - supplied string is equal or greather than length. + supplied string is equal or greater than length. @return padded string } { Index: openacs-4/packages/acs-tcl/tcl/utilities-procs-aolserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs-aolserver.tcl,v diff -u -N -r1.6.2.2 -r1.6.2.3 --- openacs-4/packages/acs-tcl/tcl/utilities-procs-aolserver.tcl 10 Mar 2019 21:34:33 -0000 1.6.2.2 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs-aolserver.tcl 10 Aug 2019 14:33:27 -0000 1.6.2.3 @@ -175,7 +175,7 @@ with earlier versions, OpenACS 5.8 has the default set to "true". OpenACS 5.9 will have the flag per default set to "false". - @param value is autmatically URL encoded. + @param value is automatically URL encoded. @see ad_get_cookie @see ad_unset_cookie Index: openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl,v diff -u -N -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl 10 Mar 2019 21:34:33 -0000 1.4.2.2 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl 10 Aug 2019 14:33:27 -0000 1.4.2.3 @@ -154,7 +154,7 @@ with earlier versions, OpenACS 5.8 has the default set to "true". OpenACS 5.9 will have the flag per default set to "false". - @param value is autmatically URL encoded. + @param value is automatically URL encoded. @see ad_get_cookie @see ad_unset_cookie 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 -N -r1.189.2.23 -r1.189.2.24 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 9 Aug 2019 19:51:02 -0000 1.189.2.23 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 10 Aug 2019 14:33:27 -0000 1.189.2.24 @@ -2952,7 +2952,7 @@ @param node The node to start from @param path_list List of the node to try, e.g. { grouptype typevalue }. - @param attribute_name Attribute name at the very end of the very botton of the tree route at path_list. + @param attribute_name Attribute name at the very end of the very bottom of the tree route at path_list. @author Rocael Hernandez (roc@viaro.net) Index: openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl,v diff -u -N -r1.11.2.3 -r1.11.2.4 --- openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl 8 Apr 2019 13:05:35 -0000 1.11.2.3 +++ openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl 10 Aug 2019 14:33:27 -0000 1.11.2.4 @@ -44,7 +44,7 @@ } # - Half opened HTML into other markup: this markup will be completely rejected - lappend test_msgs "Test case 3: invalid unparseable markup ok" + lappend test_msgs "Test case 3: invalid unparsable markup ok" lappend test_cases { sadsa dfsdafs 3 sadASDSA } Index: openacs-4/packages/new-portal/sql/oracle/portal-core-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/oracle/portal-core-create.sql,v diff -u -N -r1.48 -r1.48.2.1 --- openacs-4/packages/new-portal/sql/oracle/portal-core-create.sql 7 Aug 2017 23:48:12 -0000 1.48 +++ openacs-4/packages/new-portal/sql/oracle/portal-core-create.sql 10 Aug 2019 14:35:48 -0000 1.48.2.1 @@ -201,7 +201,7 @@ -- of them is a map b/w a portal and a DS, with satellite data of a -- theme, a config, a region, etc. -- --- No securtiy checks are done here. If you can view and bind to a DS you have +-- No security checks are done here. If you can view and bind to a DS you have -- a PE for it. create sequence portal_element_map_sk_seq start with 1000; Index: openacs-4/packages/new-portal/sql/postgresql/portal-core-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/postgresql/portal-core-create.sql,v diff -u -N -r1.7 -r1.7.2.1 --- openacs-4/packages/new-portal/sql/postgresql/portal-core-create.sql 7 Aug 2017 23:48:12 -0000 1.7 +++ openacs-4/packages/new-portal/sql/postgresql/portal-core-create.sql 10 Aug 2019 14:35:48 -0000 1.7.2.1 @@ -199,7 +199,7 @@ -- of them is a map b/w a portal and a DS, with satellite data of a -- theme, a config, a region, etc. -- --- No securtiy checks are done here. If you can view and bind to a DS you have +-- No security checks are done here. If you can view and bind to a DS you have -- a PE for it. create sequence portal_element_map_sk_seq;