Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.38 -r1.39 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 8 Mar 2018 08:22:41 -0000 1.38 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 24 Mar 2018 00:14:57 -0000 1.39 @@ -1009,7 +1009,7 @@ No additional score for repeats } { # turn keywords into space-separated things - # replace one or more commads with a space + # replace one or more commands with a space regsub -all {,+} $keywords " " keywords set score 0 Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -N -r1.96 -r1.97 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 22 Mar 2018 10:45:56 -0000 1.96 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 24 Mar 2018 00:14:57 -0000 1.97 @@ -270,7 +270,7 @@ # Verify result/auth_message return codes switch $result(auth_status) { ok { - # reset/unset failed login attempts counter after a successfull authentication + # reset/unset failed login attempts counter after a successful authentication ::auth::login_attempts::reset -login_attempt_key $login_attempt_key # Continue below @@ -1930,7 +1930,7 @@ # After the maximum number of consecutive failed login attempts # has been excedeed, all further login attempts will be automatically rejected # for a specifed lock-out/cool-down time, even if the correct credentials have been -# provided. Every successfull login before reaching the threshold resets the +# provided. Every successful login before reaching the threshold resets the # counter to 0 again. Beware, the counting is done via caching and is # therefore not persistent. # Index: openacs-4/packages/acs-core-docs/www/eng-standards-constraint-naming.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/eng-standards-constraint-naming.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/eng-standards-constraint-naming.adp 23 Mar 2018 22:56:42 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/eng-standards-constraint-naming.adp 24 Mar 2018 00:14:57 -0000 1.5 @@ -15,7 +15,7 @@ The Big Picture

Constraint naming standard is important for one reason: The SYS_* name oracle assigns to unnamed constraints is not very -understandable. By correctly naming all contraints, we can quickly +understandable. By correctly naming all constraints, we can quickly associate a particular constraint with our data model. This gives us two real advantages:

-Chosing a Method to Upgrade your +Choosing a Method to Upgrade your Files

OpenACS is distributed in many different ways:

Upgrades work by first changing the file system (via any of the @@ -232,4 +232,4 @@ rightLink="upgrade-supporting" rightLabel="Next" rightTitle="Upgrading Platform components" homeLink="index" homeLabel="Home" upLink="upgrade" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/upgrade-openacs-files.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/upgrade-openacs-files.html,v diff -u -N -r1.29 -r1.30 --- openacs-4/packages/acs-core-docs/www/upgrade-openacs-files.html 8 Nov 2017 09:42:12 -0000 1.29 +++ openacs-4/packages/acs-core-docs/www/upgrade-openacs-files.html 24 Mar 2018 00:14:57 -0000 1.30 @@ -2,7 +2,7 @@ Upgrading the OpenACS files

Upgrading the OpenACS files

-

Chosing a Method to Upgrade your Files

+

Choosing a Method to Upgrade your Files

OpenACS is distributed in many different ways:

  • as a collection of files

  • as one big tarball

  • via CVS

  • via automatic download from within the APM Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml 23 Mar 2018 22:56:42 -0000 1.9 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml 24 Mar 2018 00:14:57 -0000 1.10 @@ -18,7 +18,7 @@ Constraint naming standard is important for one reason: The SYS_* name oracle assigns to unnamed constraints is not very understandable. By correctly -naming all contraints, we can quickly associate a particular constraint +naming all constraints, we can quickly associate a particular constraint with our data model. This gives us two real advantages: Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml,v diff -u -N -r1.27 -r1.28 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 7 Aug 2017 23:47:55 -0000 1.27 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 24 Mar 2018 00:14:57 -0000 1.28 @@ -476,7 +476,7 @@ Database The data on your site (for example, user names and passwords, - calender entries, and notes) is stored in the database. + calendar entries, and notes) is stored in the database. OpenACS separates the database with an abstraction layer, which means that several different databases all function identically. While you can run the core OpenACS on any Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml,v diff -u -N -r1.42 -r1.43 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 7 Aug 2017 23:47:55 -0000 1.42 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 24 Mar 2018 00:14:57 -0000 1.43 @@ -328,7 +328,7 @@ Upgrading the OpenACS files - Chosing a Method to Upgrade your Files + Choosing a Method to Upgrade your Files OpenACS is distributed in many different ways: as a collection of files Index: openacs-4/packages/acs-lang/www/admin/locale-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/locale-edit.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-lang/www/admin/locale-edit.tcl 7 Aug 2017 23:47:57 -0000 1.11 +++ openacs-4/packages/acs-lang/www/admin/locale-edit.tcl 24 Mar 2018 00:14:57 -0000 1.12 @@ -61,7 +61,7 @@ } -# Greenpeace had a table of contries and languages and their two-digit ISO-code +# Greenpeace had a table of countries and languages and their two-digit ISO-code # but not so in ACS-LANG - here you must provide the two-digit ISO-code element create locale_editing locale -label "Locale" \ Index: openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql 8 Mar 2018 11:09:02 -0000 1.15 +++ openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql 24 Mar 2018 00:14:57 -0000 1.16 @@ -247,7 +247,7 @@ -- Any incoming email body part over this size is stored in file -- instead of database. max_blob_chars integer, - -- Minimum threashold for default medium (standard) priority + -- Minimum threshold for default medium (standard) priority mpri_min integer, -- Maximum value for default medium (standard) priority mpri_max integer, Index: openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql 17 Feb 2018 17:08:31 -0000 1.1 +++ openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql 24 Mar 2018 00:14:57 -0000 1.2 @@ -180,7 +180,7 @@ -- Any incoming email body part over this size is stored in file -- instead of database. max_blob_chars integer, - -- Minimum threashold for default medium (standard) priority + -- Minimum threshold for default medium (standard) priority mpri_min integer, -- Maximum value for default medium (standard) priority mpri_max integer, Index: openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/Attic/incoming-mail-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl 17 Feb 2018 17:33:11 -0000 1.11 +++ openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl 24 Mar 2018 00:14:57 -0000 1.12 @@ -154,7 +154,7 @@ Important headers are: - -message-id (a unique id for the email, is different for each email except it was bounced from a mailer deamon) + -message-id (a unique id for the email, is different for each email except it was bounced from a mailer daemon) -subject -from -to Index: openacs-4/packages/acs-subsite/www/permissions/perm-modify.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/perm-modify.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-subsite/www/permissions/perm-modify.tcl 5 Jan 2018 22:40:56 -0000 1.6 +++ openacs-4/packages/acs-subsite/www/permissions/perm-modify.tcl 24 Mar 2018 00:14:57 -0000 1.7 @@ -45,7 +45,7 @@ # If they're not in the modified list, remove them set perm_array(${grantee_id},${privilege}) remove } else { - # If they are in the modified list, make a note that they're also in the databse + # If they are in the modified list, make a note that they're also in the database set perm_array(${grantee_id},${privilege}) nothing } } 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.38 -r1.39 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 19 Jan 2018 20:56:00 -0000 1.38 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 24 Mar 2018 00:14:57 -0000 1.39 @@ -21,7 +21,7 @@ file delete -force -- $path file mkdir $path } errmsg]} { - error "Error creationg directory $path: $errmsg" + error "Error creating directory $path: $errmsg" } } return $path 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.8 -r1.9 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 27 Jan 2018 16:55:43 -0000 1.8 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 24 Mar 2018 00:14:57 -0000 1.9 @@ -449,7 +449,7 @@ names (as shown by [encoding names]) and IANA/MIME charset names (i.e., names and aliases in the sense of IANA's - charater sets registry) is provided by:

    + character sets registry) is provided by:

    • A static, built-in correspondence map: see nsd/encoding.c
    • @@ -486,7 +486,7 @@
    • Invalid IANA/MIME charsets: The name in the "charset" parameter of the content type spec is not a valid name or alias in IANA's - charater sets registry (a special variant would be an empty + character sets registry (a special variant would be an empty charset value, e.g. "text/plain; charset=")
    • Unknown IANA/MIME charsets: The name in the "charset" parameter @@ -1640,7 +1640,7 @@ {columns {}} {allowed {}} } { - builds a form for chosing the columns to display + builds a form for choosing the columns to display

      columns is a list of the currently selected columns.

      Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 19 Jan 2018 20:56:00 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 24 Mar 2018 00:14:57 -0000 1.10 @@ -1,6 +1,6 @@ ad_library { - Procs for http client comunication + Procs for http client communication @author Antonio Pisano @creation-date 2014-02-13 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.150 -r1.151 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 26 Feb 2018 19:07:07 -0000 1.150 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 24 Mar 2018 00:14:57 -0000 1.151 @@ -2790,7 +2790,7 @@ aa_equals "Same, but after trying a couple of non-existent paths or empty notes" \ [xml_get_child_node_content_by_path $root_node { { does not exist } { properties } { person name nickname } { person sourcedid id } }] "Superman" aa_equals "properties -> datetime" \ - [xml_get_child_node_content_by_path $root_node { { person commments foo } { person name first_names } { properties datetime } }] "2001-08-08" + [xml_get_child_node_content_by_path $root_node { { person comments foo } { person name first_names } { properties datetime } }] "2001-08-08" @param node The node to start from 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.44 -r1.45 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 24 Dec 2017 12:54:33 -0000 1.44 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 24 Mar 2018 00:14:57 -0000 1.45 @@ -244,7 +244,7 @@ aa_equals "Same, but after trying a couple of non-existent paths or empty notes" \ [xml_get_child_node_content_by_path $root_node { { does not exist } { properties } { person name nickname } { person sourcedid id } }] "Superman" aa_equals "properties -> datetime" \ - [xml_get_child_node_content_by_path $root_node { { person commments foo } { person name first_names } { properties datetime } }] "2001-08-08" + [xml_get_child_node_content_by_path $root_node { { person comments foo } { person name first_names } { properties datetime } }] "2001-08-08" } Index: openacs-4/packages/acs-tcl/tcl/test/datamodel-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/datamodel-test-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/acs-tcl/tcl/test/datamodel-test-procs.tcl 7 Aug 2017 23:48:00 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/test/datamodel-test-procs.tcl 24 Mar 2018 00:14:57 -0000 1.15 @@ -8,7 +8,7 @@ aa_register_case -cats {db smoke production_safe} datamodel__named_constraints { - Check that all the contraints meet the constraint naming standards. + Check that all the constraints meet the constraint naming standards. @author Jeff Davis davis@xarg.net } { Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -N -r1.26 -r1.27 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 16 Mar 2018 08:35:39 -0000 1.26 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 24 Mar 2018 00:14:57 -0000 1.27 @@ -61,7 +61,7 @@ set of the script if it differs from the main document @param crossorigin Enumerated attribute to indicate whether CORS (Cross-Origin Resource Sharing) should be used - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param integrity provide hash values for W3C Subresource Integrity recommentation @param order specify inclusion order @@ -113,7 +113,7 @@ set of the script if it differs from the main document @param crossorigin Enumerated attribute to indicate whether CORS (Cross-Origin Resource Sharing) should be used - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param integrity provide hash values for W3C Subresource Integrity recommentation @param order specify inclusion order @@ -408,7 +408,7 @@ set of the script if it differs from the main document @param crossorigin Enumerated attribute to indicate whether CORS (Cross-Origin Resource Sharing) should be used - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param integrity provide hash values for W3C Subresource Integrity recommentation @param order specify inclusion order @@ -540,7 +540,7 @@ set of the script if it differs from the main document @param crossorigin Enumerated attribute to indicate whether CORS (Cross-Origin Resource Sharing) should be used - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param integrity provide hash values for W3C Subresource Integrity recommentation @param script the inline script for the body of the script tag. This Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -N -r1.59 -r1.60 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 1 Feb 2018 20:40:47 -0000 1.59 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 24 Mar 2018 00:14:57 -0000 1.60 @@ -486,7 +486,7 @@ avoids the need to reparse the ADP template with each request. @param file The file name of the source - @param string string to be compliled + @param string string to be compiled @return The compiled code. Valid options are either -string or -file Index: openacs-4/packages/acs-templating/tcl/query-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/query-procs.tcl,v diff -u -N -r1.39 -r1.40 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 22 Jan 2018 18:44:32 -0000 1.39 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 24 Mar 2018 00:14:57 -0000 1.40 @@ -932,7 +932,7 @@ # Make a copy of the row array set copy:$i [array get row] - # Contruct the list + # Construct the list set sortby {} foreach col $sort_cols { append sortby $row($col) " " Index: openacs-4/packages/acs-templating/tcl/wizard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/wizard-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 7 Aug 2017 23:48:02 -0000 1.12 +++ openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 24 Mar 2018 00:14:57 -0000 1.13 @@ -294,7 +294,7 @@ } ad_proc -private template::wizard::current_step {} { - convinience method to get the step for the http params or from the + convenience method to get the step for the http params or from the wizard step definition @see template::wizard Index: openacs-4/packages/acs-templating/www/doc/requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/requirements.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/requirements.adp 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/requirements.adp 24 Mar 2018 00:14:57 -0000 1.4 @@ -52,7 +52,7 @@

      IV. Use-cases and User-scenarios

      The template system is designed to be used by two classes of -users: programmers and designers. In bulding a web site, +users: programmers and designers. In building a web site, programmers are generally responsible for defining and implementing the application logic of the site, while designers are more responsible for the presentation. Generally speaking, Index: openacs-4/packages/acs-templating/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/requirements.html,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/requirements.html 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/requirements.html 24 Mar 2018 00:14:57 -0000 1.4 @@ -78,7 +78,7 @@

      The template system is designed to be used by two classes of - users: programmers and designers. In bulding a web site, + users: programmers and designers. In building a web site, programmers are generally responsible for defining and implementing the application logic of the site, while designers are more responsible for the