Index: openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl	14 Nov 2014 18:20:17 -0000	1.1
+++ openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl	28 Mar 2018 17:00:40 -0000	1.2
@@ -2975,7 +2975,7 @@
                     set index_eq ""
                     if { $p1_arr(index_equation) ne "" } {
                         # validate equation or set empty
-                        # only allow + - / * $, logical comparisions > < == != and numbers.  $number converts to one of the available row numbers that returns a number from in p4 
+                        # only allow + - / * $, logical comparisons > < == != and numbers.  $number converts to one of the available row numbers that returns a number from in p4 
                         regsub -nocase -all -- {[^\$\/\+\-\*\(\)\.\<\>\=\!\ 0-9]+} $p1_arr(index_equation) "" index_eq
                         # add extra spaces to help expr avoid misinterpretations, but can't assume that for negative numbers vs. minus sign
                         regsub -nocase -all -- {([\/\+\*\(\)])} $index_eq " \1 " index_eq
@@ -3494,7 +3494,7 @@
                 
                 # For strict critical path, create a list of lists, where 
                 # each list is a list of activity and dependencies from start to finish (aka path). 
-                # The longest duration path is the strict defintion of critical path.
+                # The longest duration path is the strict definition of critical path.
 
                 # create dependency check equations
                 ns_log Notice "acc_fin::scenario_prettify.1797: scenario '$scenario_tid' create equations for checking if dependencies are met."
Index: openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp	8 Nov 2017 09:42:10 -0000	1.3
+++ openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp	28 Mar 2018 17:00:40 -0000	1.4
@@ -49,7 +49,7 @@
 effect between usability and security, because when authentication
 schemes have poor usability, users will think up ways to circumvent
 them.</p></li><li class="listitem"><p>Open and modular: The design should be on the one hand open to
-add other authentification mechanisms when needed and on the other
+add other authentication mechanisms when needed and on the other
 hand very modular to enable a start with minimal requirements
 (driver implementations) as soon as possible.</p></li>
 </ul></div><p>The problem can be split into several logically separate parts.
@@ -803,4 +803,4 @@
 Chapter 16. Releasing OpenACS"
 		    homeLink="index" homeLabel="Home" 
 		    upLink="kernel-doc" upLabel="Up"> 
-		
\ No newline at end of file
+		
Index: openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html,v
diff -u -r1.42 -r1.43
--- openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html	8 Nov 2017 09:42:10 -0000	1.42
+++ openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html	28 Mar 2018 17:00:40 -0000	1.43
@@ -41,7 +41,7 @@
         effect between usability and security, because when authentication
         schemes have poor usability, users will think up ways to circumvent
         them.</p></li><li class="listitem"><p>Open and modular: The design should be on the one hand
-        open to add other authentification mechanisms when needed and on
+        open to add other authentication mechanisms when needed and on
         the other hand very modular to enable a start with minimal
         requirements (driver implementations) as soon as
         possible.</p></li></ul></div>
Index: openacs-4/packages/acs-core-docs/www/install-ldap-radius.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-ldap-radius.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-core-docs/www/install-ldap-radius.adp	8 Nov 2017 09:42:10 -0000	1.3
+++ openacs-4/packages/acs-core-docs/www/install-ldap-radius.adp	28 Mar 2018 17:00:40 -0000	1.4
@@ -57,7 +57,7 @@
 <a name="configure-ns_ldap" id="configure-ns_ldap"></a><p>
 <strong>Configure ns_ldap for traditional
 use. </strong> Traditionally OpenACS has supported
-ns_ldap for authentification by storing the OpenACS password in an
+ns_ldap for authentication by storing the OpenACS password in an
 encrypted field within the LDAP server called
 "userPassword". Furthermore a CN field was used for
 searching for the username, usually userID or something similar.
@@ -77,7 +77,7 @@
 but kept internally. The latest version of ns_ldap supports this
 method with the <span class="emphasis"><em>ns_ldap bind</em></span>
 command. All you have to do to enable this is to configure
-auth_ldap to make use of the BIND authentification instead.
+auth_ldap to make use of the BIND authentication instead.
 Alternatively you can write a small script on how to calculate the
 username out of the given input (e.g. if the OpenACS username is
 malte.fb03.tu, the LDAP request can be translated into
@@ -93,4 +93,4 @@
 		    rightLink="aolserver" rightLabel="Next" rightTitle="Install AOLserver 3.3oacs1"
 		    homeLink="index" homeLabel="Home" 
 		    upLink="install-more-software" upLabel="Up"> 
-		
\ No newline at end of file
+		
Index: openacs-4/packages/acs-core-docs/www/install-ldap-radius.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-ldap-radius.html,v
diff -u -r1.12 -r1.13
--- openacs-4/packages/acs-core-docs/www/install-ldap-radius.html	8 Nov 2017 09:42:10 -0000	1.12
+++ openacs-4/packages/acs-core-docs/www/install-ldap-radius.html	28 Mar 2018 17:00:40 -0000	1.13
@@ -47,15 +47,15 @@
         </li><li class="listitem"><a name="configure-ns_ldap"></a>
           <p>
             <b>Configure ns_ldap for traditional use. </b>
-          Traditionally OpenACS has supported ns_ldap for authentification by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. This field is identical to the <span class="emphasis"><em>username</em></span>stored in OpenACS. Therefore the login will only work if you change login method to make use of the username instead.  
+          Traditionally OpenACS has supported ns_ldap for authentication by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. This field is identical to the <span class="emphasis"><em>username</em></span>stored in OpenACS. Therefore the login will only work if you change login method to make use of the username instead.  
           </p>
           <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
               Change <span class="emphasis"><em>config.tcl</em></span>. Remove the <span class="emphasis"><em>#</em></span> in front of <code class="computeroutput">ns_param nsldap ${bindir}/nsldap.so</code> to enable the loading of the ns_ldap module.
             </p></li></ul></div>
         </li><li class="listitem"><a name="configure-ns_ldap-bind"></a>
           <p>
             <b>Configure ns_ldap for use with LDAP bind. </b>
-          LDAP authentication usually is done by trying to bind (aka. login) a user with the LDAP server. The password of the user is not stored in any field of the LDAP server, but kept internally. The latest version of ns_ldap supports this method with the <span class="emphasis"><em>ns_ldap bind</em></span> command. All you have to do to enable this is to configure auth_ldap to make use of the BIND authentification instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into "ou=malte,ou=fb03,o=tu" (this example is encoded in auth_ldap and you just have to comment it out to make use of it).
+          LDAP authentication usually is done by trying to bind (aka. login) a user with the LDAP server. The password of the user is not stored in any field of the LDAP server, but kept internally. The latest version of ns_ldap supports this method with the <span class="emphasis"><em>ns_ldap bind</em></span> command. All you have to do to enable this is to configure auth_ldap to make use of the BIND authentication instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into "ou=malte,ou=fb03,o=tu" (this example is encoded in auth_ldap and you just have to comment it out to make use of it).
           </p>
         </li></ol></div>
     </div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="install-pam-radius.html">Prev</a> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right"> <a accesskey="n" href="aolserver.html">Next</a></td></tr><tr><td width="40%" align="left">Install PAM Radius for use as external authentication </td><td width="20%" align="center"><a accesskey="u" href="install-more-software.html">Up</a></td><td width="40%" align="right"> Install AOLserver 3.3oacs1</td></tr></table><hr><address><a href="mailto:docs@openacs.org">docs@openacs.org</a></address></div><a name="comments"></a></body></html>
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml,v
diff -u -r1.33 -r1.34
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml	24 Dec 2017 13:15:07 -0000	1.33
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml	28 Mar 2018 17:00:40 -0000	1.34
@@ -684,7 +684,7 @@
         <listitem id="configure-ns_ldap">
           <formalpara>
             <title>Configure ns_ldap for traditional use</title>
-          <para>Traditionally OpenACS has supported ns_ldap for authentification by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. This field is identical to the <emphasis>username</emphasis>stored in OpenACS. Therefore the login will only work if you change login method to make use of the username instead.</para>  
+          <para>Traditionally OpenACS has supported ns_ldap for authentication by storing the OpenACS password in an encrypted field within the LDAP server called "userPassword". Furthermore a CN field was used for searching for the username, usually userID or something similar. This field is identical to the <emphasis>username</emphasis>stored in OpenACS. Therefore the login will only work if you change login method to make use of the username instead.</para>  
           </formalpara>
           <itemizedlist>
             <listitem><para>
@@ -695,7 +695,7 @@
         <listitem id="configure-ns_ldap-bind">
           <formalpara>
             <title>Configure ns_ldap for use with LDAP bind</title>
-          <para>LDAP authentication usually is done by trying to bind (aka. login) a user with the LDAP server. The password of the user is not stored in any field of the LDAP server, but kept internally. The latest version of ns_ldap supports this method with the <emphasis>ns_ldap bind</emphasis> command. All you have to do to enable this is to configure auth_ldap to make use of the BIND authentification instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into "ou=malte,ou=fb03,o=tu" (this example is encoded in auth_ldap and you just have to comment it out to make use of it).</para>
+          <para>LDAP authentication usually is done by trying to bind (aka. login) a user with the LDAP server. The password of the user is not stored in any field of the LDAP server, but kept internally. The latest version of ns_ldap supports this method with the <emphasis>ns_ldap bind</emphasis> command. All you have to do to enable this is to configure auth_ldap to make use of the BIND authentication instead. Alternatively you can write a small script on how to calculate the username out of the given input (e.g. if the OpenACS username is malte.fb03.tu, the LDAP request can be translated into "ou=malte,ou=fb03,o=tu" (this example is encoded in auth_ldap and you just have to comment it out to make use of it).</para>
           </formalpara>
         </listitem>
       </orderedlist>
Index: openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml	7 Aug 2017 23:47:55 -0000	1.5
+++ openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml	28 Mar 2018 17:00:40 -0000	1.6
@@ -53,7 +53,7 @@
         schemes have poor usability, users will think up ways to circumvent
         them.</para></listitem>
       <listitem><para>Open and modular: The design should be on the one hand
-        open to add other authentification mechanisms when needed and on
+        open to add other authentication mechanisms when needed and on
         the other hand very modular to enable a start with minimal
         requirements (driver implementations) as soon as
         possible.</para></listitem>
Index: openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl	7 Aug 2017 23:48:03 -0000	1.4
+++ openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl	28 Mar 2018 17:00:40 -0000	1.5
@@ -165,7 +165,7 @@
     {-add_url_var "add_column"}
     {-return_url ""}
 } {
-    Create a dropdown menu to add a column to be dislayed
+    Create a dropdown menu to add a column to be displayed
 
     @param list_name template::list list name
     @param allowed_elements List of element names that may appear in add
@@ -490,4 +490,4 @@
 	}
 
     }
-}
\ No newline at end of file
+}
Index: openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl,v
diff -u -r1.14 -r1.15
--- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl	27 Oct 2014 16:40:53 -0000	1.14
+++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl	28 Mar 2018 17:00:40 -0000	1.15
@@ -683,7 +683,7 @@
 	{-element_is_var:boolean}
 } {
 	Generates javascript for effects by scriptaculous.
-	Refer to the scriptaculous documentaiton for a list of effects.
+	Refer to the scriptaculous documentation for a list of effects.
 	This proc by default will use the "Appear" effect
 	The parameters are passed directly to the scriptaculous effects script.
 	Parameters and options are case sensitive, refer to scriptaculous documentation.
Index: openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl	7 Aug 2017 23:48:03 -0000	1.2
+++ openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl	28 Mar 2018 17:00:40 -0000	1.3
@@ -60,7 +60,7 @@
     multiple times.  You <strong>must</strong> supply either src or script.
 
     @param type    the type attribute of the script tag, eg. 'text/javascript'
-    @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 src     the src attribute of the script tag, ie. the source url of the
                    script
@@ -171,7 +171,7 @@
     to be returned to the users client.  This function is a wrapper around 
     template::head::add_script.  You must supply either src or script.
 
-    @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 src     the src attribute of the script tag, ie. the source url of the
                    script
@@ -288,7 +288,7 @@
     to the users client. You <strong>must</strong> supply either src or script.
 
     @param type    the type attribute of the script tag, eg. 'text/javascript'
-    @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 src     the src attribute of the script tag, ie. the source url of the
                    script
Index: openacs-4/packages/ams/catalog/ams.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ams/catalog/ams.en_US.ISO-8859-1.xml,v
diff -u -r1.29 -r1.30
--- openacs-4/packages/ams/catalog/ams.en_US.ISO-8859-1.xml	21 Apr 2009 21:09:47 -0000	1.29
+++ openacs-4/packages/ams/catalog/ams.en_US.ISO-8859-1.xml	28 Mar 2018 17:00:40 -0000	1.30
@@ -289,7 +289,7 @@
   <msg key="denomination_plural">Denominations</msg>
   <msg key="division">App Division</msg>
   <msg key="division_plural">App Divisions</msg>
-  <msg key="Documentation">Documention</msg>
+  <msg key="Documentation">Documentation</msg>
   <msg key="EditDelete_Heading">Edit/Delete Section</msg>
   <msg key="EditDelete_Html">Edit/Delete Html Options</msg>
   <msg key="Email">Email</msg>
Index: openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml,v
diff -u -r1.89 -r1.90
--- openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml	23 Mar 2018 23:53:01 -0000	1.89
+++ openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml	28 Mar 2018 17:00:40 -0000	1.90
@@ -371,7 +371,7 @@
   <msg key="Keywords">Search Keywords</msg>
   <msg key="Keywords_help">Keywords which will be used to search for a section.</msg>
   <msg key="Label_Orientation">Label Orientation</msg>
-  <msg key="Label_Orientation_help">Positioning of the choice label in correspondance with the choice button.</msg>
+  <msg key="Label_Orientation_help">Positioning of the choice label in correspondence with the choice button.</msg>
   <msg key="last_month">Last Month</msg>
   <msg key="Last_Updated">Last Updated</msg>
   <msg key="last_week">Last Week</msg>
Index: openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql	15 May 2007 20:14:16 -0000	1.6
+++ openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql	28 Mar 2018 17:00:40 -0000	1.7
@@ -61,7 +61,7 @@
 	choice_label_orientation varchar(20),
 	-- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry)
 	sort_order_type		varchar(20),
-	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above)
+	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above)
 	item_answer_alignment	varchar(20)
 );
 
@@ -81,7 +81,7 @@
 	choice_label_orientation varchar(20),
 	-- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry)
 	sort_order_type		varchar(20),
-	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above)
+	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above)
 	item_answer_alignment	varchar(20)
 );
 
@@ -103,7 +103,7 @@
 	choice_label_orientation varchar(20),
 	-- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry)
 	sort_order_type		varchar(20),
-	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above)
+	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above)
 	item_answer_alignment	varchar(20),
 	-- prepend an empty item to the list, useful for validation of a required sb but you don't want any option as selected by default
 	prepend_empty_p		char(1) default 'f'
@@ -121,7 +121,7 @@
 	html_display_options	varchar(50),
 	-- an abstraction of the real size value in "small","medium","large" 
 	abs_size		varchar(10),
-	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above)
+	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above)
 	item_answer_alignment	varchar(20)
 );
 
@@ -173,7 +173,7 @@
 	abs_size		varchar(20),
 	-- the type of "widget" displayed when the Item is output in html. 
 	acs_widget 		varchar(20),	
-	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above)
+	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above)
 	item_answer_alignment	varchar(20)
 );
 
@@ -200,6 +200,6 @@
 	html_display_options	varchar(50),
 	-- an abstraction of the real size value in "small","medium","large" 
 	abs_size		varchar(10),
-	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above)
+	-- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above)
 	item_answer_alignment	varchar(20)
 );
Index: openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql,v
diff -u -r1.11 -r1.12
--- openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql	23 Mar 2018 23:53:01 -0000	1.11
+++ openacs-4/packages/assessment/sql/oracle/assessment-section-create.sql	28 Mar 2018 17:00:40 -0000	1.12
@@ -123,7 +123,7 @@
 	section_navigation varchar(50) default 'default path'
 			constraint as_assessments_navigation_ck
 			check (section_navigation in ('default path', 'randomized', 'rule-based branching')),
-	-- differenciate between an assessment and a survey
+	-- differentiate between an assessment and a survey
 	survey_p 	char(1) default 'f'
 			constraint as_assessments_survey_p_ck
 			check (survey_p in ('t', 'f')),
Index: openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql,v
diff -u -r1.23 -r1.24
--- openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql	23 Mar 2018 23:53:01 -0000	1.23
+++ openacs-4/packages/assessment/sql/postgresql/assessment-section-create.sql	28 Mar 2018 17:00:40 -0000	1.24
@@ -123,7 +123,7 @@
 	section_navigation varchar(50) default 'default path'
 			constraint as_assessments_section_navigation_ck
 			check (section_navigation in ('default path', 'randomized', 'rule-based branching')),
-	-- differenciate between an assessment and a survey
+	-- differentiate between an assessment and a survey
 	survey_p 	char(1) default 'f'
 			constraint as_assessments_survey_p_ck
 			check (survey_p in ('t', 'f')),
Index: openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.adp	25 Jan 2018 12:18:49 -0000	1.3
+++ openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.adp	28 Mar 2018 17:00:40 -0000	1.4
@@ -18,7 +18,7 @@
 different instances of the assessment package that could exist. If
 the option "None" is selected, it means that the
 registration process will be the same as always has been, if any
-other option is selected, the assessment will be diplayed when a
+other option is selected, the assessment will be displayed when a
 user creates a new account.</p><div class="screenshot"><div class="mediaobject"><img src="resources/none_asm.JPG"></div></div><div class="screenshot"><div class="mediaobject"><img src="resources/select_asm.JPG"></div></div>
 </div>
 <include src="/packages/acs-core-docs/lib/navfooter"
@@ -28,4 +28,4 @@
  Chapter 4. Authors"
 		    homeLink="index" homeLabel="Home" 
 		    upLink="" upLabel=""> 
-		
\ No newline at end of file
+		
Index: openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.html,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.html	25 Jan 2018 12:16:34 -0000	1.3
+++ openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch03.html	28 Mar 2018 17:00:40 -0000	1.4
@@ -1,3 +1,3 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;3.&nbsp;Registration Assessment</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.0"><link rel="start" href="index.html" title="Triggers and Action Execution in Assessment"><link rel="up" href="index.html" title="Triggers and Action Execution in Assessment"><link rel="prev" href="ch02s07.html" title="7.&nbsp;Request Administration"><link rel="next" href="ch04.html" title="Chapter&nbsp;4.&nbsp;Authors"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;3.&nbsp;Registration Assessment</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch04.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e316"></a>Chapter&nbsp;3.&nbsp;Registration Assessment</h2></div></div></div><p>To be able to select an assessment that will be related to the registration process is necessary that the user has site wide admin privileges, because the interface can only be reached through the Main Site Administration Page. This link only will appear if the Assessment Package is installed and mounted.</p><div class="screenshot"><div class="mediaobject"><img src="resources/register_asm.JPG"></div></div><p>If the Assessment Package is installed and mounted, the link can be follow and will lead to a page that shows all the assessment that can be responded for anonymous users created in all of the different instances of the assessment package that could exist. If the option "None" is selected, it means that the registration process will be the same as always has been, if any other option is selected, the assessment will be diplayed when a user creates a new account.</p><div class="screenshot"><div class="mediaobject"><img src="resources/none_asm.JPG"></div></div><div class="screenshot"><div class="mediaobject"><img src="resources/select_asm.JPG"></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7.&nbsp;Request Administration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;4.&nbsp;Authors</td></tr></table></div></body></html>
\ No newline at end of file
+   <title>Chapter&nbsp;3.&nbsp;Registration Assessment</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.0"><link rel="start" href="index.html" title="Triggers and Action Execution in Assessment"><link rel="up" href="index.html" title="Triggers and Action Execution in Assessment"><link rel="prev" href="ch02s07.html" title="7.&nbsp;Request Administration"><link rel="next" href="ch04.html" title="Chapter&nbsp;4.&nbsp;Authors"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;3.&nbsp;Registration Assessment</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch04.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e316"></a>Chapter&nbsp;3.&nbsp;Registration Assessment</h2></div></div></div><p>To be able to select an assessment that will be related to the registration process is necessary that the user has site wide admin privileges, because the interface can only be reached through the Main Site Administration Page. This link only will appear if the Assessment Package is installed and mounted.</p><div class="screenshot"><div class="mediaobject"><img src="resources/register_asm.JPG"></div></div><p>If the Assessment Package is installed and mounted, the link can be follow and will lead to a page that shows all the assessment that can be responded for anonymous users created in all of the different instances of the assessment package that could exist. If the option "None" is selected, it means that the registration process will be the same as always has been, if any other option is selected, the assessment will be displayed when a user creates a new account.</p><div class="screenshot"><div class="mediaobject"><img src="resources/none_asm.JPG"></div></div><div class="screenshot"><div class="mediaobject"><img src="resources/select_asm.JPG"></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7.&nbsp;Request Administration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;4.&nbsp;Authors</td></tr></table></div></body></html>
Index: openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml	14 Mar 2005 16:15:52 -0000	1.1
+++ openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml	28 Mar 2018 17:00:40 -0000	1.2
@@ -555,7 +555,7 @@
     instances of the assessment package that could exist. If the option "None"
     is selected, it means that the registration process will be the same as
     always has been, if any other option is selected, the assessment will be
-    diplayed when a user creates a new account.</para>
+    displayed when a user creates a new account.</para>
 
     <screenshot>
       <mediaobject>
@@ -599,4 +599,4 @@
       </listitem>
     </orderedlist>
   </chapter>
-</book>
\ No newline at end of file
+</book>
Index: openacs-4/packages/assessment/www/doc/user_interface/tests.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/tests.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/assessment/www/doc/user_interface/tests.adp	25 Jan 2018 12:23:47 -0000	1.4
+++ openacs-4/packages/assessment/www/doc/user_interface/tests.adp	28 Mar 2018 17:00:40 -0000	1.5
@@ -56,7 +56,7 @@
 have to store the time needed for a try)</span></li><li><span class="context">Status. Status of the try (not finished,
 finished, auto-graded, manually graded)</span></li><li><span class="context">Link to evaluate single response (human
 grading in test-processing.html)</span></li><li><span class="context">The try that is used for scoring the
-respondee is diplayed with a green background. If we take the
+respondee is displayed with a green background. If we take the
 median of all tries, mark all of them green.</span></li>
 </ul>
 </li><li><span class="context">Furthermore links to details about the
@@ -72,7 +72,7 @@
 displayed in the evaluation table for the admin (see test
 specifications)</span></li><li><span class="context">The test result is stored in the scoring
 system.</span></li><li><span class="context">Staff can manually Human Grade the test.
-This is mandatory for open questions for the test to be completly
+This is mandatory for open questions for the test to be completely
 graded.</span></li><li><span class="context">The result of the human grading
 overwrites the auto grading in the scoring system.</span></li>
 </ol>
Index: openacs-4/packages/assessment/www/doc/user_interface/tests.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/tests.html,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/assessment/www/doc/user_interface/tests.html	25 Jan 2018 12:23:47 -0000	1.4
+++ openacs-4/packages/assessment/www/doc/user_interface/tests.html	28 Mar 2018 17:00:40 -0000	1.5
@@ -93,7 +93,7 @@
 test-processing.html)
           </li>
           <li>The try that is used for scoring the respondee is
-diplayed with a green background. If we take the median of all tries,
+displayed with a green background. If we take the median of all tries,
 mark all of them green.
           </li>
         </ul>
@@ -113,7 +113,7 @@
   <li>The test result is stored in the scoring system.
   </li>
   <li>Staff can manually Human Grade the test. This is mandatory for
-open questions for the test to be completly graded.
+open questions for the test to be completely graded.
   </li>
   <li>The result of the human grading overwrites the auto grading in
 the scoring system.
Index: openacs-4/packages/attendance/tcl/certificate-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/attendance/tcl/certificate-procs.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/attendance/tcl/certificate-procs.tcl	2 Apr 2006 21:21:07 -0000	1.1
+++ openacs-4/packages/attendance/tcl/certificate-procs.tcl	28 Mar 2018 17:00:40 -0000	1.2
@@ -24,7 +24,7 @@
 
 ad_proc -private attendance_certificate::trml2pdf_command {
 } {
-    comand to pass to exec for trml2pdf
+    command to pass to exec for trml2pdf
 } {
 
-}
\ No newline at end of file
+}
Index: openacs-4/packages/attendance/www/image.vuh
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/attendance/www/image.vuh,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/attendance/www/image.vuh	7 Apr 2006 22:25:08 -0000	1.2
+++ openacs-4/packages/attendance/www/image.vuh	28 Mar 2018 17:00:40 -0000	1.3
@@ -1,7 +1,7 @@
 ad_page_contract {
-	diplay certificate logo image
+	display certificate logo image
 }
 
 set revision_id [string trim [ad_conn path_info] /]
 
-cr_write_content -revision_id $revision_id
\ No newline at end of file
+cr_write_content -revision_id $revision_id
Index: openacs-4/packages/bboard-portlet/bboard-portlet.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bboard-portlet/bboard-portlet.info,v
diff -u -r1.12 -r1.13
--- openacs-4/packages/bboard-portlet/bboard-portlet.info	19 Oct 2016 09:00:04 -0000	1.12
+++ openacs-4/packages/bboard-portlet/bboard-portlet.info	28 Mar 2018 17:00:40 -0000	1.13
@@ -32,7 +32,7 @@
             <file type="content_page" path="www/show.tcl"/>
         </files>
         <parameters>
-            <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="bboard_portlet_region"  default="1" description="the defailt region for this portlet"/>
+            <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="bboard_portlet_region"  default="1" description="the default region for this portlet"/>
         </parameters>
 
     </version>
Index: openacs-4/packages/bookmarks/sql/oracle/bookmarks-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bookmarks/sql/oracle/bookmarks-create.sql,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/bookmarks/sql/oracle/bookmarks-create.sql	26 May 2017 17:25:36 -0000	1.7
+++ openacs-4/packages/bookmarks/sql/oracle/bookmarks-create.sql	28 Mar 2018 17:00:40 -0000	1.8
@@ -115,7 +115,7 @@
 -- are not to be displayed)
 -- This has to be done on a per user (or per session) basis so we can not store
 -- this information in the bm_bookmarks table (otherwise we would have problems when
--- two users view the same bookmarks concurently).
+-- two users view the same bookmarks concurrently).
 create table bm_in_closed_p (
        bookmark_id	    constraint bm_in_closed_p_bookmark_id_nn
 			    not null
Index: openacs-4/packages/bug-tracker/tcl/bug-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-procs.tcl,v
diff -u -r1.37 -r1.38
--- openacs-4/packages/bug-tracker/tcl/bug-procs.tcl	23 Nov 2017 16:41:46 -0000	1.37
+++ openacs-4/packages/bug-tracker/tcl/bug-procs.tcl	28 Mar 2018 17:00:40 -0000	1.38
@@ -1001,7 +1001,7 @@
 
         # Branimir: The ORDER BY clause needs to be at the very end of the
         # query. That also means that we need to have in the select list every
-        # column we want to order by.  Which colums we can afford to have in
+        # column we want to order by.  Which columns we can afford to have in
         # the select list depends on which tables are we joining against.  BTW,
         # all these kludges are consequence of the initial (bad, IMHO) decision
         # to do the joins against cr_keywords in memory rather then in SQL.
Index: openacs-4/packages/bug-tracker/www/bug-submission-instructions.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/bug-submission-instructions.html,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/bug-tracker/www/bug-submission-instructions.html	11 Dec 2003 21:39:58 -0000	1.3
+++ openacs-4/packages/bug-tracker/www/bug-submission-instructions.html	28 Mar 2018 17:00:40 -0000	1.4
@@ -23,7 +23,7 @@
     <h3>Each ticket should relate to a single problem or feature</h3>
     In order to easily prioritize and track tasks we need to have a
     state associated with each issue.  The problem with "laundry list"
-    tickets is that some tasks get done, some get defered, and some
+    tickets is that some tasks get done, some get deferred, and some
     cancelled.  It is never clear when the ticket is done and
     individual fixes can't be approved so even if it nominally is done
     things are likely to fall through the cracks.
Index: openacs-4/packages/cards/catalog/cards.ca_ES.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/cards/catalog/cards.ca_ES.ISO-8859-1.xml,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/cards/catalog/cards.ca_ES.ISO-8859-1.xml	22 Jun 2006 12:10:01 -0000	1.3
+++ openacs-4/packages/cards/catalog/cards.ca_ES.ISO-8859-1.xml	28 Mar 2018 17:00:40 -0000	1.4
@@ -69,7 +69,7 @@
   <msg key="card_Without_academic_validity">Sense validesa acad�mica </msg>
   <msg key="change_photo">Canvia Foto</msg>
   <msg key="comments">Comentaris privats</msg>
-  <msg key="comunication">Comunicaci�</msg>
+  <msg key="communication">Comunicaci�</msg>
   <msg key="Email">Correu electr�nic</msg>
   <msg key="eval2card_info">Aquesta utilitat permet importar les notes des d'una tasca del m�dul Activitats cap a una tasca del m�dul Fitxes d'estudiants. Per tant les dues tasques han d'estar creades i la del m�dul Activitats ha de estar avaluada. Cal tindre en compte que no es guarda cap relaci� entre les tasques i si canvien les notes al m�dul Activitats hauriem de tornar a importar les notes per reflectir el canvis a les Fitxes</msg>
   <msg key="from_eval">DES DE ACTIVITATS</msg>
Index: openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml	23 Mar 2018 23:53:01 -0000	1.4
+++ openacs-4/packages/cards/catalog/cards.en_US.ISO-8859-1.xml	28 Mar 2018 17:00:40 -0000	1.5
@@ -69,7 +69,7 @@
   <msg key="card_Without_academic_validity">Without academic validity </msg>
   <msg key="change_photo">Change Photo</msg>
   <msg key="comments">Private Comments</msg>
-  <msg key="comunication">Comunication</msg>
+  <msg key="communication">Communication</msg>
   <msg key="Email">E-mail</msg>
   <msg key="eval2card_info">This utility allow to import the &quot;Cards&quot; task grades from the &quot;Evaluation&quot; task grades. The two tasks must be created and the one of evaluation graded. There is no relation between two tasks and to udpate any change of evaluation grades it's needed to import the grades again.</msg>
   <msg key="from_eval">FROM EVALUATION</msg>
@@ -91,7 +91,7 @@
   <msg key="phones">Phones</msg>
   <msg key="pretty_name">Cards</msg>
   <msg key="print_version">Printable version</msg>
-  <msg key="private_comment_note">Private Coments: the students will not be able to read this comments</msg>
+  <msg key="private_comment_note">Private Comments: the students will not be able to read this comments</msg>
   <msg key="restriction">Restriction more or equal than</msg>
   <msg key="select_card_task">Select a Card task</msg>
   <msg key="select_evaluation_task">Select an Evaluation task</msg>
Index: openacs-4/packages/cards/catalog/cards.es_ES.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/cards/catalog/cards.es_ES.ISO-8859-1.xml,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/cards/catalog/cards.es_ES.ISO-8859-1.xml	22 Jun 2006 12:10:01 -0000	1.3
+++ openacs-4/packages/cards/catalog/cards.es_ES.ISO-8859-1.xml	28 Mar 2018 17:00:40 -0000	1.4
@@ -69,7 +69,7 @@
   <msg key="card_Without_academic_validity">Sin validez acad�mica </msg>
   <msg key="change_photo">Cambiar Foto</msg>
   <msg key="comments">Comentarios privados</msg>
-  <msg key="comunication">Comunicaci�n</msg>
+  <msg key="communication">Comunicaci�n</msg>
   <msg key="Email">Correo electr�nico</msg>
   <msg key="eval2card_info">Esta utilidad permite importar las notas de una tarea del m�dulo Fichas desde una tarea del m�dulo Actividades. Por tanto, las dos tareas deben estar creadas y la de Actividades evaluada. Hay que tener en cuenta que no se guarda ninguna relaci�n entre las tareas y que para reflejar en Fichas cualquier cambio producido en las notas de Actividades hay que volver a importar las notas.</msg>
   <msg key="from_eval">DESDE ACTIVIDADES</msg>
Index: openacs-4/packages/cards/www/personal_info.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/cards/www/personal_info.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/cards/www/personal_info.adp	22 Jun 2006 13:00:54 -0000	1.1
+++ openacs-4/packages/cards/www/personal_info.adp	28 Mar 2018 17:00:40 -0000	1.2
@@ -41,7 +41,7 @@
 
 <!-- TEACHER COMMENT --> 
 <TABLE class="form">
-<CAPTION class="form">&nbsp;#cards.comunication#</CAPTION>
+<CAPTION class="form">&nbsp;#cards.communication#</CAPTION>
 <TR class="form">
         <TH class="form">#cards.student_comment#: </TH>
         <TD class="form"><PRE>@comm_student@&nbsp;</PRE></TD>
Index: openacs-4/packages/cards/www/student_info.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/cards/www/student_info.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/cards/www/student_info.adp	22 Jun 2006 13:00:54 -0000	1.1
+++ openacs-4/packages/cards/www/student_info.adp	28 Mar 2018 17:00:40 -0000	1.2
@@ -77,7 +77,7 @@
 
 <!-- STUDENT COMMENT --> 
 <TABLE class="form">
-<CAPTION class="form">&nbsp;#cards.comunication#</CAPTION>
+<CAPTION class="form">&nbsp;#cards.communication#</CAPTION>
 <TR class="form">
         <TH class="form">#cards.student_comment#:<BR>
         <A HREF="student_card?user_id=@user_id@&nav_sel=ficha&mode=student_edit" title="#cards.student_comment# #cards.card_Edit#" class="noline"><img alt="#cards.student_comment# #cards.card_Edit#" src="icons/edit.gif"></A>
Index: openacs-4/packages/cms/tcl/widget-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/widget-procs.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/cms/tcl/widget-procs.tcl	20 Aug 2001 04:35:42 -0000	1.4
+++ openacs-4/packages/cms/tcl/widget-procs.tcl	28 Mar 2018 17:00:40 -0000	1.5
@@ -150,7 +150,7 @@
   @param default The default value for the form widget param value
   @param is_required A flag indicating whether the value of the form widget
          param is mandatory
-  @param param_source The deafult param source for the form widget param 
+  @param param_source The default param source for the form widget param 
           value (literal, query, eval)
 
 } {
Index: openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml,v
diff -u -r1.99 -r1.100
--- openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml	27 Jun 2007 23:55:36 -0000	1.99
+++ openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml	28 Mar 2018 17:00:40 -0000	1.100
@@ -371,7 +371,7 @@
   <msg key="lt_has_logged_in_within_">has logged in within -&gt;</msg>
   <msg key="lt_has_not_logged_in_wit">has not logged in within -&gt;</msg>
   <msg key="lt_If_in_a_normal_search">If in a normal search we search for &quot;D Jane&quot;. The first Search_Word (&quot;D&quot;) matches contacts 123 (via &quot;Doe&quot;), 234 (via &quot;Doe&quot;), and 345 (via &quot;Alfred&quot;). And the second Search_Word (&quot;Jane&quot;) matches only contact 123. Thus only one contact meets both requirements and &quot;Jane Doe&quot; (contact 123) is returned.</msg>
-  <msg key="lt_If_multiple_words_are">If multiple words are used then all words must match the above critera. So, for example if our contacts database contains these entries:</msg>
+  <msg key="lt_If_multiple_words_are">If multiple words are used then all words must match the above criteria. So, for example if our contacts database contains these entries:</msg>
   <msg key="lt_Instance_Permissions_">Package Instance Permissions</msg>
   <msg key="lt_Insufficient_Permissi">Insufficient Permissions</msg>
   <msg key="lt_interacted_in_the_last_-">last interaction in the last -&gt;</msg>
Index: openacs-4/packages/contacts/tcl/contacts-install-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-install-procs.tcl,v
diff -u -r1.26 -r1.27
--- openacs-4/packages/contacts/tcl/contacts-install-procs.tcl	11 Jul 2007 19:48:24 -0000	1.26
+++ openacs-4/packages/contacts/tcl/contacts-install-procs.tcl	28 Mar 2018 17:00:40 -0000	1.27
@@ -493,7 +493,7 @@
 		
 		# Now we need to copy all information on contact_complaint_tracking table (the one we are taking out)
 		# into the new one called contact_complaint_track with the new fields. This is simple since
-		# all the collumns have the same datatype, just changed some names.
+		# all the columns have the same datatype, just changed some names.
 		
 		db_dml insert_data {
 		    insert into 
Index: openacs-4/packages/datamanager/www/doc/index.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/datamanager/www/doc/index.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/datamanager/www/doc/index.html	22 Jun 2006 14:31:33 -0000	1.2
+++ openacs-4/packages/datamanager/www/doc/index.html	28 Mar 2018 17:00:40 -0000	1.3
@@ -18,7 +18,7 @@
    Jose Agustin Lopez Bueno (Agustin.Lopez@uv.es)
    Paco Soler (paco.soler@uv.es)
 
--This packages has been developped and fully tested in OACS 5.1. Works too in 5.2.
+-This packages has been developed and fully tested in OACS 5.1. Works too in 5.2.
 -You must modify callbacks procs for every package to support Datamanager.
    datamanager::copy_faq
    datamanager::export_faq 
Index: openacs-4/packages/dotlrndoc/www/doc/permission-portals.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrndoc/www/doc/permission-portals.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/dotlrndoc/www/doc/permission-portals.adp	30 Oct 2001 19:31:18 -0000	1.3
+++ openacs-4/packages/dotlrndoc/www/doc/permission-portals.adp	28 Mar 2018 17:00:40 -0000	1.4
@@ -50,7 +50,7 @@
 
 <h3>DELETE</h3>
 <ul>
-<li>User can destory this portal. Not granted to non-admin users.
+<li>User can destroy this portal. Not granted to non-admin users.
 <li>Granted to: Admin users who have CREATE
 </ul>
 
Index: openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.tcl,v
diff -u -r1.9 -r1.10
--- openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.tcl	25 Apr 2006 12:10:41 -0000	1.9
+++ openacs-4/packages/dynamic-types/tcl/dynamic-type-procs.tcl	28 Mar 2018 17:00:40 -0000	1.10
@@ -331,7 +331,7 @@
     {-table_name:required}
     {-name_method ""}
 } {
-    Creates an object type defintion from table defintion. Adds all
+    Creates an object type definition from table definition. Adds all
     attributes based on reasonable defaults. The table
     must already exist in the database
 
@@ -427,7 +427,7 @@
 
     @param exclude Attributes to exclude from automatically generated form.
 
-    @param spec Declarative specification for form defintion. Optional
+    @param spec Declarative specification for form definition. Optional
     instead of calling dtype::form::generate_widget repeatedly
 
     @param evaluate T or F, whether to evalute the code or just
Index: openacs-4/packages/ecommerce/ecommerce.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/ecommerce.info,v
diff -u -r1.53 -r1.54
--- openacs-4/packages/ecommerce/ecommerce.info	15 Oct 2010 05:25:32 -0000	1.53
+++ openacs-4/packages/ecommerce/ecommerce.info	28 Mar 2018 17:00:40 -0000	1.54
@@ -14,7 +14,7 @@
         <summary>The ACS 3.x based e-commerce solution ported to OpenACS.</summary>
         <release-date>2005-02-10</release-date>
         <vendor url="http://www.furfly.net">furfly.net, LLC</vendor>
-        <description format="text/plain">This module implements a standard business-to-consumer Web store service. A feature summary is included with the documentaion.</description>
+        <description format="text/plain">This module implements a standard business-to-consumer Web store service. A feature summary is included with the documentation.</description>
         <maturity>0</maturity>
 
         <provides url="ecommerce" version="5.18"/>
Index: openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml,v
diff -u -r1.30 -r1.31
--- openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml	23 Mar 2018 23:53:01 -0000	1.30
+++ openacs-4/packages/evaluation/catalog/evaluation.en_US.ISO-8859-1.xml	28 Mar 2018 17:00:40 -0000	1.31
@@ -331,7 +331,7 @@
   <msg key="lt_If_you_click_on_the_s">Click on a student's name to see their detailed grade report.</msg>
   <msg key="lt_If_you_do_not_want_to">If you do not want to grade or edit the grade of a student/group, just leave intact the fields of that row, or you can delete the whole row.</msg>
   <msg key="lt_if_you_do_not_want_to">if you do not want to see the portraits of the students</msg>
-  <msg key="lt_If_you_enter_the_net_">If you enter the net value, it must be less than %grade_weight%, which is the net value of %grade_plural_name% over the 100 points of the class. &lt;br&gt; After uploading the %grade_name%, the system will do the convertion and the net value will be represented as a percentage. </msg>
+  <msg key="lt_If_you_enter_the_net_">If you enter the net value, it must be less than %grade_weight%, which is the net value of %grade_plural_name% over the 100 points of the class. &lt;br&gt; After uploading the %grade_name%, the system will do the conversion and the net value will be represented as a percentage. </msg>
   <msg key="lt_if_you_want_to_downlo">to download all submissions in one file.</msg>
   <msg key="lt_if_you_want_to_see_th">if you want to see the portraits of the students</msg>
   <msg key="lt_In_order_to_generate_">In order to generate this file there must be some parties assigned to this task. </msg>
Index: openacs-4/packages/file-manager/www/doc/design.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-manager/www/doc/design.html,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/file-manager/www/doc/design.html	20 Apr 2001 20:51:14 -0000	1.1
+++ openacs-4/packages/file-manager/www/doc/design.html	28 Mar 2018 17:00:40 -0000	1.2
@@ -66,7 +66,7 @@
 File Manager is fully integrated with CVS (the version control
 system used by all ArsDigita development projects).  All CVS
 transactions are handled by the <a href=/doc/version-control>version
-control</a> application.  If you want to use version control in conjuction
+control</a> application.  If you want to use version control in conjunction
 with a remote repository, make sure you follow the instructions for
 setting up access to a remote repository.<p>
 
@@ -173,4 +173,4 @@
 </ul>
 
 </body>
-</html>
\ No newline at end of file
+</html>
Index: openacs-4/packages/forums-portlet/forums-portlet.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums-portlet/forums-portlet.info,v
diff -u -r1.20 -r1.21
--- openacs-4/packages/forums-portlet/forums-portlet.info	7 Aug 2017 23:48:12 -0000	1.20
+++ openacs-4/packages/forums-portlet/forums-portlet.info	28 Mar 2018 17:00:41 -0000	1.21
@@ -23,7 +23,7 @@
         <callbacks>
         </callbacks>
         <parameters>
-            <parameter scope="instance" datatype="number"  min_n_values="1"  max_n_values="1"  name="forums_portlet_region"  default="1" description="the defailt region for this portlet"/>
+            <parameter scope="instance" datatype="number"  min_n_values="1"  max_n_values="1"  name="forums_portlet_region"  default="1" description="the default region for this portlet"/>
         </parameters>
 
     </version>
Index: openacs-4/packages/glossary/www/glossary-add-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/www/glossary-add-edit.tcl,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/glossary/www/glossary-add-edit.tcl	10 Sep 2002 22:23:00 -0000	1.5
+++ openacs-4/packages/glossary/www/glossary-add-edit.tcl	28 Mar 2018 17:00:41 -0000	1.6
@@ -217,7 +217,7 @@
 	}
 	# for right now we are setting things live right away
 	# we should change this to take its value from the publish_status 
-	# form element, which doens't exist right now
+	# form element, which doesn't exist right now
 	# see template-add-edit for code to grab
 	db_dml set_revision_live {
 	    update cr_items
Index: openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl	23 Jul 2004 21:35:53 -0000	1.5
+++ openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl	28 Mar 2018 17:00:41 -0000	1.6
@@ -581,8 +581,8 @@
 
     @param community_id
 
-    @param id ID that's is comming at IMS XML doc, which identify a
-     given user in our system (ins't the user_id, but we'll use it for getting it)
+    @param id ID that's coming at IMS XML doc, which identify a
+     given user in our system (isn't the user_id, but we'll use it for getting it)
 
     @param authority_id
 
Index: openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql,v
diff -u -r1.12 -r1.13
--- openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql	27 Apr 2009 09:58:19 -0000	1.12
+++ openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql	28 Mar 2018 17:00:41 -0000	1.13
@@ -239,7 +239,7 @@
 );
 
 comment on table imsld_activity_descs is '
-This table holds the descrition of a learning activity.
+This table holds the description of a learning activity.
 Technically it is just a mapping table between items and the learning activity, but this table was created to provide simplicity and clarification in the data model';
 
 create table imsld_learning_activities (
Index: openacs-4/packages/imsld/tcl/imsld-install-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-install-procs.tcl,v
diff -u -r1.53 -r1.54
--- openacs-4/packages/imsld/tcl/imsld-install-procs.tcl	14 Jan 2010 10:50:55 -0000	1.53
+++ openacs-4/packages/imsld/tcl/imsld-install-procs.tcl	28 Mar 2018 17:00:41 -0000	1.54
@@ -1161,7 +1161,7 @@
     content::type::attribute::delete -content_type imsld_item -attribute_name is_visible_p
     content::type::attribute::delete -content_type imsld_item -attribute_name parameters
 
-    # componets
+    # components
     content::type::attribute::delete -content_type imsld_component -attribute_name imsld_id
 
     # imsld roles
Index: openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl,v
diff -u -r1.83 -r1.84
--- openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl	27 Mar 2018 17:08:50 -0000	1.83
+++ openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl	28 Mar 2018 17:00:41 -0000	1.84
@@ -448,7 +448,7 @@
 ad_proc -public imsld::parse::sql_boolean {
     -bool:required
 } {
-    Convets a boolean string to its corresponding boolean value f or t. 
+    Converts a boolean string to its corresponding boolean value f or t.
 
     @param bool The boolean value to convert
 } {
@@ -4533,14 +4533,14 @@
         }
     }
     
-    # Componetns: Activities
+    # Components: Activities
     # N.B.: With the level C and notificaitons, it is possible to make a reference to an 'uncreated'
     #       learning or support activity. Therefore we must check before if the activity has not been created
     set activities [$components selectNodes "*\[local-name()='activities'\]"]
     if { [llength $activities] } {
         imsld::parse::validate_multiplicity -tree $activities -multiplicity 1 -element_name components -equal
 
-        # Componets: Activities: Learning Activities
+        # Components: Activities: Learning Activities
         set learning_activities [$activities selectNodes "*\[local-name()='learning-activity'\]"]
         
         foreach learning_activity $learning_activities {
@@ -4567,7 +4567,7 @@
             }
         }
 
-        # Componets: Activities: Support Activities
+        # Components: Activities: Support Activities
         set support_activities [$activities selectNodes "*\[local-name()='support-activity'\]"]
         
         foreach support_activity $support_activities {
Index: openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl	4 Nov 2009 17:09:23 -0000	1.7
+++ openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl	28 Mar 2018 17:00:41 -0000	1.8
@@ -140,7 +140,7 @@
     -content:required
     -manifest_identifier:required
 } {
-    Gets a text and returns its convertion to XoWiki Syntax
+    Gets a text and returns its conversion to XoWiki Syntax
 
     @author Derick Leony (derick@inv.it.uc3m.es)
     @creation-date 2009-06-15
Index: openacs-4/packages/invoices/tcl/util-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/tcl/util-procs.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/invoices/tcl/util-procs.tcl	15 Dec 2005 18:58:43 -0000	1.4
+++ openacs-4/packages/invoices/tcl/util-procs.tcl	28 Mar 2018 17:00:41 -0000	1.5
@@ -53,7 +53,7 @@
 ad_proc -public iv::util::get_x_field {
     -offer_id:required
 } {
-    Creates the x-field for the email (for authentification)
+    Creates the x-field for the email (for authentication)
 } {
     db_1row get_offer_creator_data {}
     return [ns_sha1 "$offer_id $user_password $user_salt"]
Index: openacs-4/packages/jabber/README
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/README,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/jabber/README	20 Oct 2004 19:36:44 -0000	1.1
+++ openacs-4/packages/jabber/README	28 Mar 2018 17:00:41 -0000	1.2
@@ -6,12 +6,12 @@
 Instalation:
 The package for openacs can be pre installed.
 
-The tarballs (in the c dir.) include README files with further instructions in their head directorys, the jabber package for openacs has a complet instalation documentation, for all parts of needed to let the jabber package work properly.
+The tarballs (in the c dir.) include README files with further instructions in their head directories, the jabber package for openacs has a complet instalation documentation, for all parts of needed to let the jabber package work properly.
 
 
 Bjoern Kiesbye 
 email:bkiesbye@sussdorff-roy.com
 jid:bjoern_open@intranet.sussdorff-roy.com
      
 copyright Sussdorff & Roy 2003
-    
\ No newline at end of file
+    
Index: openacs-4/packages/jabber/tcl/jabber-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/tcl/jabber-procs.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/jabber/tcl/jabber-procs.tcl	20 Oct 2004 19:36:47 -0000	1.1
+++ openacs-4/packages/jabber/tcl/jabber-procs.tcl	28 Mar 2018 17:00:41 -0000	1.2
@@ -325,7 +325,7 @@
 
 
 
-ad_proc jb_invite_user  { room_name version return_url } { This funktion returns the URL (href for a link) to  invite the user him self (entering a Room) to a Conference Room , the parameters are the 1. name of the room 2. wich version of the invite shuold be used (1 or2) , 3. the url of the page the user schould be redirected to after the invite has been send , 4. display will be what the browser shows to the user (diplayed name of the Link)   }  { 
+ad_proc jb_invite_user  { room_name version return_url } { This funktion returns the URL (href for a link) to  invite the user him self (entering a Room) to a Conference Room , the parameters are the 1. name of the room 2. wich version of the invite shuold be used (1 or2) , 3. the url of the page the user schould be redirected to after the invite has been send , 4. display will be what the browser shows to the user (displayed name of the Link)   }  { 
 
     set user_id [ad_get_user_id]
     set jid_to "" 
Index: openacs-4/packages/jabber/www/edit-user-2.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/edit-user-2.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/jabber/www/edit-user-2.tcl	20 Oct 2004 19:36:49 -0000	1.1
+++ openacs-4/packages/jabber/www/edit-user-2.tcl	28 Mar 2018 17:00:41 -0000	1.2
@@ -35,9 +35,9 @@
                                        AND service = :service"]} {
             ns_log debug "edit-user-2  2.1"
 
-            #we have a screen for this user_id and no new , so we have to 1. completly remove the screen from jb_screens if no one else
-            #is interestet in this screen refcount = 1 and remove it from the jabber roster. 
-            #2. just delete the user_id from the screen_id     
+            #we have a screen for this user_id and no new , so we have to 1. completely remove the screen from jb_screens if no one else
+            #is interestet in this screen refcount = 1 and remove it from the jabber roster.
+            #2. just delete the user_id from the screen_id
 	    
 	    set old_screen_name $im_screen_name
 
@@ -107,7 +107,7 @@
 
 		} else {
 		    ns_log debug "edit-user-2  3.1.1.2"
-		    #the new screen doesen't exists jet create a new one and delete the user_id from the old 
+		    #the new screen doesn't exists jet create a new one and delete the user_id from the old 
                    
 		     if { $refcount == 1 } {
 ns_log debug "edit-user-2  3.1.1.2.1"
Index: openacs-4/packages/jabber/www/conference/index2.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/conference/index2.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/jabber/www/conference/index2.adp	20 Oct 2004 19:36:50 -0000	1.1
+++ openacs-4/packages/jabber/www/conference/index2.adp	28 Mar 2018 17:00:41 -0000	1.2
@@ -3,7 +3,7 @@
 <property name="context">@context@</property>
 <p><B>Bold entrys indicate Rooms, Rooms are indexed by Upper Letters . If there is some one in the Room you can <I>enter</I> the Room.
 If there is no one in the Room you can <I> Restart it</I></B></P>
-<p>Plain Entrys are indexed by numbers, they describe topics that where discussed in the above <B>Room</B>  , you can <I>Read</I> the discussions. <BR> Every Topic may have one ore more <B>Room Entrys</B>  diplayed just beneath them , those <B>Rooms</B> where created to to discuss a sub Topic of the above displayed major Topic    </P>
+<p>Plain Entrys are indexed by numbers, they describe topics that where discussed in the above <B>Room</B>  , you can <I>Read</I> the discussions. <BR> Every Topic may have one ore more <B>Room Entrys</B>  displayed just beneath them , those <B>Rooms</B> where created to to discuss a sub Topic of the above displayed major Topic    </P>
 <if @is_room_table@  eq true>
  <OL type=A>
     
@@ -23,4 +23,4 @@
 </if>
 <if @is_room_table@  eq false>
  You don't have access to any rooms Yet
-</if> 
\ No newline at end of file
+</if> 
Index: openacs-4/packages/jabber/www/conference/main.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/conference/main.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/jabber/www/conference/main.adp	20 Oct 2004 19:36:50 -0000	1.1
+++ openacs-4/packages/jabber/www/conference/main.adp	28 Mar 2018 17:00:41 -0000	1.2
@@ -3,7 +3,7 @@
 <property name="context">Rooms</property>
 <p><B>Bold entrys indicate Rooms, Rooms are indexed by Upper Letters . If there is some one in the Room you can <I>enter</I> the Room.
 If there is no one in the Room you can <I> Restart it</I></B></P>
-<p>Plain Entrys are indexed by numbers, they describe topics that where discussed in the above <B>Room</B>  , you can <I>Read</I> the discussions. <BR> Every Topic may have one ore more <B>Room Entrys</B>  diplayed just beneath them , those <B>Rooms</B> where created to to discuss a sub Topic of the above displayed major Topic    </P>
+<p>Plain Entrys are indexed by numbers, they describe topics that where discussed in the above <B>Room</B>  , you can <I>Read</I> the discussions. <BR> Every Topic may have one ore more <B>Room Entrys</B>  displayed just beneath them , those <B>Rooms</B> where created to to discuss a sub Topic of the above displayed major Topic    </P>
 <p><a href='create-room.tcl?party_id=@group_id@&create=true'>Create a new top level Room</a></p>
 <p><a href='invite-group.tcl?group_id=@group_id@'>Invite other Users to a Room</a></p>
 <if @is_room_table@  eq true>
Index: openacs-4/packages/jabber/www/doc/installation.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/doc/installation.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/jabber/www/doc/installation.adp	20 Oct 2004 19:36:50 -0000	1.1
+++ openacs-4/packages/jabber/www/doc/installation.adp	28 Mar 2018 17:00:41 -0000	1.2
@@ -191,7 +191,7 @@
    Now type<br>
 ?- tar -xvf mod_acs.tar to utar the file. 
 <br>
-The extracted files should be copyed to the directorys where they belong atomaticly. 
+The extracted files should be copyed to the directories where they belong atomaticly. 
 </p>
 
 
@@ -387,7 +387,7 @@
 ?- cd spool
 <br>
 <br> 
-there you find towe files plain.xml.1 and plain.xml.2 , the number at the end stands for the server you are using i.e. jabber-1.4.1/1.4.2. If you have not installed the jabber server with make install , all you need to do is to move the file in the server directoy, type :
+there you find towe files plain.xml.1 and plain.xml.2 , the number at the end stands for the server you are using i.e. jabber-1.4.1/1.4.2. If you have not installed the jabber server with make install , all you need to do is to move the file in the server directory, type :
 <br>
 <br>
 ?- mv plain.xml.x yourserver.com/plain.xml
@@ -512,4 +512,4 @@
 <ul>
 <li>Author: <a href=mailto:bkiesbye@sussdorff-roy.com>  Bjoern Kiesbye</a></li>
 <li>Author: <a href=mailto:lmosteiro@sussdorff-roy.com> Luis Mosteiro Fernandez</a></li>
-</ul>
\ No newline at end of file
+</ul>
Index: openacs-4/packages/jabber/www/doc/introduction.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/doc/introduction.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/jabber/www/doc/introduction.adp	20 Oct 2004 19:36:50 -0000	1.1
+++ openacs-4/packages/jabber/www/doc/introduction.adp	28 Mar 2018 17:00:41 -0000	1.2
@@ -27,7 +27,7 @@
 information among themselves. There can exist any number of Jabber servers which
 accept connections from clients as well as communicate to other Jabber servers.
 Each server functions independently of the others, and maintains its own user
-list. Any Jabber server can talk to any other Jabber server that is accessable
+list. Any Jabber server can talk to any other Jabber server that is accessible
 via the Internet. A particular user is associated with a specific server by a
 unique identefier (jid) that is like an emailadress.
 <p>
@@ -60,9 +60,9 @@
 or comunicat with other deamons that register them selfs at the Jabber core
 Server (not like then the modules, they are not a part of it) , and translate
 the Jabber native protocol to a protocol of any other IM Service. This protocol
-translation deamons are called Transports, the comunication between a Transport
+translation deamons are called Transports, the communication between a Transport
 and the core Server is based on Networkprotokols such as TCP/IP and can be
-hosted on diferent Servers.The Jabber core Server can be configured in one
+hosted on different Servers.The Jabber core Server can be configured in one
 config file that is loaded into the Jabber core Server, it determines what
 modules of the JSM and what Transports should be loaded (on start up) along with
 detailed configuration information for each.</p>
Index: openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp	23 Mar 2018 23:53:01 -0000	1.3
+++ openacs-4/packages/jabber/www/doc/ns-jabber-documentation.adp	28 Mar 2018 17:00:41 -0000	1.4
@@ -507,7 +507,7 @@
 <H4>Description</H4>
 <P><B>jb_new_subject</B>
 This function is called with 
-a <i> RoomName</i> to send the subject change to,  the <I>TopicName</i> to change to and a <I>Discription</I> of the new topic. This function worcks only on Rooms that get recorded at the moment.
+a <i> RoomName</i> to send the subject change to,  the <I>TopicName</i> to change to and a <I>Description</I> of the new topic. This function worcks only on Rooms that get recorded at the moment.
 </p>
 <br>
 <br>
Index: openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl,v
diff -u -r1.9 -r1.10
--- openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl	23 Mar 2018 23:53:01 -0000	1.9
+++ openacs-4/packages/lors/tcl/lors-imscp-blackboard6-procs.tcl	28 Mar 2018 17:00:41 -0000	1.10
@@ -433,7 +433,7 @@
 
     # If it has a
     # "Package" then
-    # we have to unzip the ziped file
+    # we have to unzip the zipped file
     # (contained in the
     # file name), then collect all the
     # unzipped file and
Index: openacs-4/packages/lorsm/tcl/lorsm-delivery-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/tcl/lorsm-delivery-procs.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/lorsm/tcl/lorsm-delivery-procs.tcl	17 Nov 2008 13:36:43 -0000	1.2
+++ openacs-4/packages/lorsm/tcl/lorsm-delivery-procs.tcl	28 Mar 2018 17:00:41 -0000	1.3
@@ -114,7 +114,7 @@
 } {
     Returns the file associated to @item_id@ and @ims_item_id@, returns empty string if nothing found
 
-    @ims_item_id@  The ims_item_id that is associated to this file (This is the one comming from the
+    @ims_item_id@  The ims_item_id that is associated to this file (This is the one coming from the
                    menu on delivery pages )
     @item_id@      The item_id that has all revisions of one file ( This is fetch from the url and content
                    root variables )
Index: openacs-4/packages/monitoring/www/cassandracle/objects/describe-table.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/monitoring/www/cassandracle/objects/describe-table.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/monitoring/www/cassandracle/objects/describe-table.tcl	10 Sep 2002 22:23:05 -0000	1.2
+++ openacs-4/packages/monitoring/www/cassandracle/objects/describe-table.tcl	28 Mar 2018 17:00:41 -0000	1.3
@@ -89,7 +89,7 @@
           -- Our test case runs in 0.10 second with BOTH criteria. we
           -- gave up after 20 seconds without prnt_tbl criterion, and
           -- it took about six seconds without chld_tbl criterion.
-          -- Our use of these critera limits our display to foreign keys 
+          -- Our use of these criteria limits our display to foreign keys 
           -- and parents that have the same owner as the child table.
      and  prnt_tbl.owner = :owner
      and  chld_col.owner = :owner
Index: openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css,v
diff -u -r1.15 -r1.16
--- openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css	7 Aug 2017 23:48:13 -0000	1.15
+++ openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css	28 Mar 2018 17:00:41 -0000	1.16
@@ -57,8 +57,8 @@
     width:100%;
     background: url("/resources/openacs-default-theme/images/bg.gif") repeat-x bottom;
     clear: both;
-    padding-top: 5px;  /* remove this padding to make the subnavigation links to appear completly enclosed */
-    padding-bottom: 5px  /* remove this padding to make the subnavigation links to appear completly enclosed */
+    padding-top: 5px;  /* remove this padding to make the subnavigation links to appear completely enclosed */
+    padding-bottom: 5px  /* remove this padding to make the subnavigation links to appear completely enclosed */
 }
 	
 #sub-navigation ul {
Index: openacs-4/packages/project-manager/lib/customer-group-list.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/lib/customer-group-list.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/project-manager/lib/customer-group-list.tcl	2 Aug 2007 11:35:19 -0000	1.2
+++ openacs-4/packages/project-manager/lib/customer-group-list.tcl	28 Mar 2018 17:00:41 -0000	1.3
@@ -30,7 +30,7 @@
 #                            In orther to the pagination work entirelly you need to provide
 #                            this variable.
 # page_size     (optional)   Number that specified how many rows will be shown on the list.
-#                            Defautl to 5.
+#                            Default to 5.
 
 set required_param_list [list group_name customer_id]
 set optional_param_list [list show_filter_p elements page page_size]
@@ -141,4 +141,4 @@
 db_multirow -extend { project_name project_url } members get_members { } {
     set project_name [pm::project::name -project_item_id $project_id]
     set project_url "[lindex [site_node::get_url_from_object_id -object_id $object_package_id] 0]one?project_item_id=$project_id"
-}
\ No newline at end of file
+}
Index: openacs-4/packages/q-forms/README.md
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/q-forms/README.md,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/q-forms/README.md	2 Jan 2017 10:30:48 -0000	1.2
+++ openacs-4/packages/q-forms/README.md	28 Mar 2018 17:00:41 -0000	1.3
@@ -46,7 +46,7 @@
 
 Built-in API defaults. Takes less keystrokes to build a form than typing manually.
 
-Can build multiple forms concurently using Tcl file terminology.
+Can build multiple forms concurrently using Tcl file terminology.
 
 No limitations to building dynamic forms with specialized inputs.
 
Index: openacs-4/packages/q-forms/www/doc/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/q-forms/www/doc/index.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/q-forms/www/doc/index.adp	2 Jan 2017 10:30:48 -0000	1.2
+++ openacs-4/packages/q-forms/www/doc/index.adp	28 Mar 2018 17:00:41 -0000	1.3
@@ -54,7 +54,7 @@
 </li><li>
 Built-in API defaults: Takes less keystrokes to build a form than typing html manually.
 </li><li>
-Can build multiple forms concurently using Tcl file terminology.
+Can build multiple forms concurrently using Tcl file terminology.
 </li><li>
 No limitations to building dynamic forms with specialized inputs.
 </li><li>
Index: openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml	27 Mar 2018 17:08:50 -0000	1.2
+++ openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml	28 Mar 2018 17:00:41 -0000	1.3
@@ -2415,7 +2415,7 @@
 <msg key="135893">Glass insertion pick up PU application</msg>
 <msg key="135894">Articulating lazy arms</msg>
 <msg key="135895">Automatic chassis decking</msg>
-<msg key="135896">Flexible componets</msg>
+<msg key="135896">Flexible components</msg>
 <msg key="135897">Miscellaneous assembly machines</msg>
 <msg key="135978">Paint systems</msg>
 <msg key="135898">Paint application system</msg>
Index: openacs-4/packages/schema-browser/www/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/schema-browser/www/index.tcl,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/schema-browser/www/index.tcl	28 Jun 2004 05:30:03 -0000	1.5
+++ openacs-4/packages/schema-browser/www/index.tcl	28 Mar 2018 17:00:41 -0000	1.6
@@ -1,7 +1,7 @@
 ad_page_contract {    
     data structures used
 
-    column_info: a type of ns_set expected to containt the following values
+    column_info: a type of ns_set expected to contain the following values
     column_name
     data_type
     data_length
@@ -11,7 +11,7 @@
     nullable
     
 
-    constraint_info: a type of ns_set expected to containt the following values:
+    constraint_info: a type of ns_set expected to contain the following values:
     constraint_name 
     constraint_type 
     constraint_columns -- list of column names
Index: openacs-4/packages/scorm-player/www/resources/styles/player.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/scorm-player/www/resources/styles/player.css,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/scorm-player/www/resources/styles/player.css	13 May 2010 01:20:54 -0000	1.1
+++ openacs-4/packages/scorm-player/www/resources/styles/player.css	28 Mar 2018 17:00:41 -0000	1.2
@@ -94,14 +94,14 @@
     background: url(/resources/scorm-player/images/tn.gif) 0 0 no-repeat; 
 }
 
-/* first or middle sibling, collapsable */
+/* first or middle sibling, collapsible */
 .ygtvtm {
     width:16px; height:22px; 
     cursor:pointer ;
     background: url(/resources/scorm-player/images/tm.gif) 0 0 no-repeat; 
 }
 
-/* first or middle sibling, collapsable, hover */
+/* first or middle sibling, collapsible, hover */
 .ygtvtmh {
     width:16px; height:22px; 
     cursor:pointer ;
@@ -128,14 +128,14 @@
     background: url(/resources/scorm-player/images/ln.gif) 0 0 no-repeat; 
 }
 
-/* Last sibling, collapsable */
+/* Last sibling, collapsible */
 .ygtvlm {
     width:16px; height:22px; 
     cursor:pointer ;
     background: url(/resources/scorm-player/images/lm.gif) 0 0 no-repeat; 
 }
 
-/* Last sibling, collapsable, hover */
+/* Last sibling, collapsible, hover */
 .ygtvlmh {
     width:16px; height:22px; 
     cursor:pointer ;
Index: openacs-4/packages/site-wide-search/www/doc/how-to.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/site-wide-search/www/doc/how-to.html,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/site-wide-search/www/doc/how-to.html	20 Apr 2001 20:51:25 -0000	1.1
+++ openacs-4/packages/site-wide-search/www/doc/how-to.html	28 Mar 2018 17:00:41 -0000	1.2
@@ -172,7 +172,7 @@
 packages may not have a package id in its context tree.  In cases 
 where the package id is not used as the context id, rewriting these three 
 methods are required. In the sws_url package, the display page provided 
-by the SWS pot package should still be used for determing the display page 
+by the SWS pot package should still be used for determining the display page 
 within the application. 
 
 For default implementation, developers can can just paste the following 
Index: openacs-4/packages/sloan-bboard/tcl/bboard-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/sloan-bboard/tcl/bboard-procs.tcl,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/sloan-bboard/tcl/bboard-procs.tcl	3 Mar 2018 20:42:33 -0000	1.7
+++ openacs-4/packages/sloan-bboard/tcl/bboard-procs.tcl	28 Mar 2018 17:00:41 -0000	1.8
@@ -703,7 +703,7 @@
 ad_proc -public bboard_n_spaces {
     {n}
 } {
-    Returns a string containg n HTML spaces i.e &amp;nbsp;
+    Returns a string containing n HTML spaces i.e &amp;nbsp;
 } {
     set spaces ""
     for {set i 0} {$i < $n} {incr i} {
Index: openacs-4/packages/spreadsheet/tcl/tips-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/spreadsheet/tcl/tips-procs.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/spreadsheet/tcl/tips-procs.tcl	27 Mar 2018 17:08:50 -0000	1.2
+++ openacs-4/packages/spreadsheet/tcl/tips-procs.tcl	28 Mar 2018 17:00:41 -0000	1.3
@@ -1022,7 +1022,7 @@
 } { 
     Reads definitions about fields in a table.
     <br>
-    Returns an ordered list of lists, where colums are:
+    Returns an ordered list of lists, where columns are:
     <br>
     field_id,label,name,default_val,tdt_data_type,field_type
     <br>
Index: openacs-4/packages/theme-zen/www/resources/css/navigation.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/www/resources/css/navigation.css,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/theme-zen/www/resources/css/navigation.css	7 Aug 2017 23:48:29 -0000	1.4
+++ openacs-4/packages/theme-zen/www/resources/css/navigation.css	28 Mar 2018 17:00:41 -0000	1.5
@@ -58,8 +58,8 @@
 	width:100%;
 	background: url("/resources/theme-zen/images/navigation/bg.gif") repeat-x bottom;
 	clear: both;
-	padding-top: 5px;  /* remove this padding to make the subnavigation links to appear completly enclosed */
-	padding-bottom: 5px  /* remove this padding to make the subnavigation links to appear completly enclosed */
+	padding-top: 5px;  /* remove this padding to make the subnavigation links to appear completely enclosed */
+	padding-bottom: 5px  /* remove this padding to make the subnavigation links to appear completely enclosed */
 }
 	
 #sub-navigation ul {
Index: openacs-4/packages/user-tracking/tcl/user-tracking-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/user-tracking/tcl/user-tracking-procs.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/user-tracking/tcl/user-tracking-procs.tcl	14 Apr 2005 15:44:27 -0000	1.2
+++ openacs-4/packages/user-tracking/tcl/user-tracking-procs.tcl	28 Mar 2018 17:00:41 -0000	1.3
@@ -20,7 +20,7 @@
     
     ad_proc -public get_user_tracking_dir {
     } {
-	Return directoy of user-tracking package
+	Return directory of user-tracking package
     } {
 	return "[acs_root_dir][pkg_home "user-tracking"]"
     }
Index: openacs-4/packages/value-based-shipping/www/doc/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/value-based-shipping/www/doc/index.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/value-based-shipping/www/doc/index.adp	22 May 2003 15:18:23 -0000	1.4
+++ openacs-4/packages/value-based-shipping/www/doc/index.adp	28 Mar 2018 17:00:41 -0000	1.5
@@ -27,7 +27,7 @@
   ecommerce code or an <a href="/doc/acs-service-contract">ACS Service
   Contract API</a> based solution. Opting for flexibility and
   re-usability <a href="mailto:bart.teeuwisse@7-sisters.com">Bart
-  Teeuwisse</a> developped the <if @shipping_gateway_installed@ eq
+  Teeuwisse</a> developed the <if @shipping_gateway_installed@ eq
   1><a href="/doc/shipping-gateway"></if>Shipping Service Contract<if
   @shipping_gateway_installed@ eq 1></a></if>.</p>
 
Index: openacs-4/packages/wiki/tcl/wiki-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/wiki/tcl/wiki-procs.tcl,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/wiki/tcl/wiki-procs.tcl	27 Sep 2005 12:46:10 -0000	1.5
+++ openacs-4/packages/wiki/tcl/wiki-procs.tcl	28 Mar 2018 17:00:41 -0000	1.6
@@ -33,7 +33,7 @@
     # second element I have no idea
     # 3rd element is the last modified date. leave empty if the
     # ref doesn't exist yet
-    # this sucks we have to hammer the databse for every link
+    # this sucks we have to hammer the database for every link
     set package_id [ad_conn package_id]
     set d [db_string get_lm "select o.last_modified from acs_objects o, cr_items ci, cr_folders cf where cf.package_id=:package_id and ci.parent_id=cf.folder_id and ci.name=:ref and o.object_id=ci.item_id" -default ""]
     set ret [list "${ref}" "${ref}" "$d"]
Index: openacs-4/packages/wp-slim/www/dev-doc.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/dev-doc.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/wp-slim/www/dev-doc.html	18 Oct 2017 07:26:27 -0000	1.2
+++ openacs-4/packages/wp-slim/www/dev-doc.html	28 Mar 2018 17:00:41 -0000	1.3
@@ -8110,7 +8110,7 @@
 <p class=MsoBodyText style='margin-left:54.0pt;text-indent:-18.0pt;mso-list:
 l41 level1 lfo136;tab-stops:list 54.0pt'><![if !supportLists]>7.<span
 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><![endif]>Data
-Model files need to go into the /package_name/sql/postgresql/ directoy.</p>
+Model files need to go into the /package_name/sql/postgresql/ directory.</p>
 
 <p class=MsoBodyText style='margin-left:54.0pt;text-indent:-18.0pt;mso-list:
 l41 level1 lfo136;tab-stops:list 54.0pt'><![if !supportLists]>8.<span
Index: openacs-4/packages/wp-slim/www/developer-doc.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/developer-doc.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/wp-slim/www/developer-doc.html	18 Oct 2017 07:26:27 -0000	1.2
+++ openacs-4/packages/wp-slim/www/developer-doc.html	28 Mar 2018 17:00:41 -0000	1.3
@@ -8110,7 +8110,7 @@
 <p class=MsoBodyText style='margin-left:54.0pt;text-indent:-18.0pt;mso-list:
 l41 level1 lfo136;tab-stops:list 54.0pt'><![if !supportLists]>7.<span
 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><![endif]>Data
-Model files need to go into the /package_name/sql/postgresql/ directoy.</p>
+Model files need to go into the /package_name/sql/postgresql/ directory.</p>
 
 <p class=MsoBodyText style='margin-left:54.0pt;text-indent:-18.0pt;mso-list:
 l41 level1 lfo136;tab-stops:list 54.0pt'><![if !supportLists]>8.<span
Index: openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl,v
diff -u -r1.20 -r1.21
--- openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl	25 Mar 2018 22:13:40 -0000	1.20
+++ openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl	28 Mar 2018 17:00:41 -0000	1.21
@@ -131,7 +131,7 @@
           set :user_id [ad_conn user_id]
         }
       } else {
-        # for now, require for every user authentification
+        # for now, require for every user authentication
         ns_returnunauthorized
         return filter_return
       }
Index: openacs-4/packages/xowiki/tcl/yui-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/yui-procs.tcl,v
diff -u -r1.9 -r1.10
--- openacs-4/packages/xowiki/tcl/yui-procs.tcl	21 Mar 2018 19:39:52 -0000	1.9
+++ openacs-4/packages/xowiki/tcl/yui-procs.tcl	28 Mar 2018 17:00:41 -0000	1.10
@@ -211,7 +211,7 @@
     next
     append :CSSclass " first-of-type"
     if {![info exists :href]} {
-      # If not set to #, the title of the menubaritems wont expand the submenu (only the arrow)
+      # If not set to #, the title of the menu bar items won't expand the submenu (only the arrow)
       set :href "#"
     }
   }