Index: openacs-4/packages/acs-content-repository/www/doc/design.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/design.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/acs-content-repository/www/doc/design.adp	30 Apr 2018 08:15:07 -0000	1.4
+++ openacs-4/packages/acs-content-repository/www/doc/design.adp	3 Jul 2018 18:19:14 -0000	1.5
@@ -76,7 +76,7 @@
 efficiently.</p>
 <h3>VI. Further Reading</h3>
 <p>The <a href="object-model">Object Model</a> provides a
-graphic overview of the the how the content repository is designed.
+graphic overview of how the content repository is designed.
 The model links to pages of the API Guide that describe individual
 objects. The Developer Guide describes how to address common
 development tasks using the content repository.</p>
Index: openacs-4/packages/acs-content-repository/www/doc/design.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/design.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/acs-content-repository/www/doc/design.html	7 Aug 2017 23:47:47 -0000	1.2
+++ openacs-4/packages/acs-content-repository/www/doc/design.html	3 Jul 2018 18:19:14 -0000	1.3
@@ -102,7 +102,7 @@
 <h3>VI.  Further Reading</h3>
 
 <p>The <a href="object-model.html">Object Model</a> provides a graphic
-overview of the the how the content repository is designed.  The model
+overview of how the content repository is designed.  The model
 links to pages of the API Guide that describe individual objects.  The
 Developer Guide describes how to address common development tasks
 using the content repository.</p>
Index: openacs-4/packages/acs-content-repository/www/doc/guide/search.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/search.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/acs-content-repository/www/doc/guide/search.adp	30 Apr 2018 08:15:07 -0000	1.4
+++ openacs-4/packages/acs-content-repository/www/doc/guide/search.adp	3 Jul 2018 18:19:14 -0000	1.5
@@ -15,7 +15,7 @@
 contain data in any text or binary format. To accommodate searches
 across multiple file types, the content repository uses an
 Intermedia index with the INSO filtering option. The INSO filter
-automatically detects the the file type of a binary object, and
+automatically detects the file type of a binary object, and
 extracts text from it for indexing. Most common file types are
 supported, including PDF and Microsoft Word, and Excel and
 PowerPoint.</p>
Index: openacs-4/packages/acs-content-repository/www/doc/guide/search.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/search.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/acs-content-repository/www/doc/guide/search.html	7 Aug 2017 23:47:47 -0000	1.2
+++ openacs-4/packages/acs-content-repository/www/doc/guide/search.html	3 Jul 2018 18:19:14 -0000	1.3
@@ -18,7 +18,7 @@
 data in any text or binary format.  To accommodate searches across
 multiple file types, the content repository uses an Intermedia index
 with the INSO filtering option.  The INSO filter automatically detects
-the the file type of a binary object, and extracts text from it for
+the file type of a binary object, and extracts text from it for
 indexing.  Most common file types are supported, including PDF and
 Microsoft Word, and Excel and PowerPoint.</p>
 
Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/acs-templating/www/doc/TclDocs/content.html	7 Aug 2017 23:48:02 -0000	1.2
+++ openacs-4/packages/acs-templating/www/doc/TclDocs/content.html	3 Jul 2018 18:19:14 -0000	1.3
@@ -97,7 +97,7 @@
   <font color=red>*</font></td>
        <td align="left">
     
-  Optional nested list of parameter data for the the attribute (generated by get_attribute_params).</td></tr>
+  Optional nested list of parameter data for the attribute (generated by get_attribute_params).</td></tr>
   
    </table>
 
Index: openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html	27 Mar 2018 12:22:17 -0000	1.4
+++ openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html	3 Jul 2018 18:19:14 -0000	1.5
@@ -799,7 +799,7 @@
 </tr>
 <tr><td>
 <blockquote>
-Render an item either by looking it up in the the temporary cache, or by using the appropriate mime handler. Once the item is rendered, it is stored in the temporary cache under a key which combines the item_id, any extra HTML parameters, and a flag which specifies whether the item was merged with its template. <br> This proc takes the same arguments as the individual mime handlers.
+Render an item either by looking it up in the temporary cache, or by using the appropriate mime handler. Once the item is rendered, it is stored in the temporary cache under a key which combines the item_id, any extra HTML parameters, and a flag which specifies whether the item was merged with its template. <br> This proc takes the same arguments as the individual mime handlers.
 </blockquote>
 <dl>
 
Index: openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp	25 Apr 2018 08:42:18 -0000	1.5
+++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp	3 Jul 2018 18:19:14 -0000	1.6
@@ -123,7 +123,7 @@
 &lt;else&gt; tags allow you to alter the format of your page to
 accommodate data changes. The function of &lt;if&gt; is
 straightforward enough: given a condition -- such as \@x\@ equals 5
--- all the text/html/dynamic data between the the opening and
+-- all the text/html/dynamic data between the opening and
 closing &lt;if&gt; tags will be displayed if and only if \@x\@ does
 in fact equal 5. A complete listing of currently supported
 conditions and some brief explanatory notes can be found <a href="../tags/if">here</a>. Also, a few more things to keep in
@@ -291,4 +291,4 @@
 <hr>
 <address><a href="mailto:shuynh\@arsdgita.com">shuynh\@arsdigita.com</a></address>
 <!-- hhmts start -->
-Last modified: Fri Nov 17 10:14:44 EST 2000 <!-- hhmts end -->
\ No newline at end of file
+Last modified: Fri Nov 17 10:14:44 EST 2000 <!-- hhmts end -->
Index: openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html	11 Apr 2018 21:35:07 -0000	1.3
+++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html	3 Jul 2018 18:19:14 -0000	1.4
@@ -139,7 +139,7 @@
 you to alter the format of your page to accommodate data changes.  The 
 function of &lt;if&gt;
 is straightforward enough: given a condition -- such as @x@ equals 5 -- 
-all the text/html/dynamic data between the the opening 
+all the text/html/dynamic data between the opening 
 and closing &lt;if&gt; tags will be displayed if and only if @x@ does in fact 
 equal 5.  A complete listing of currently
 supported conditions and some brief explanatory notes can be 
Index: openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp	25 Apr 2018 08:42:18 -0000	1.7
+++ openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp	3 Jul 2018 18:19:14 -0000	1.8
@@ -134,7 +134,7 @@
 <code>object_id</code> would be marked as required,
 <code>alert_admin_email</code> would show no default-value
 description, and <code>granter_id</code> and
-<code>privilege_id</code> would show the the default info from
+<code>privilege_id</code> would show the default info from
 above.
 <p>On to <strong>\@see</strong> directive markers:</p><blockquote># \@see <em>&lt;type of reference&gt;</em><em>&lt;name
 of reference&gt;</em><em>&lt;url of
@@ -155,4 +155,4 @@
 <strong>completely qualified</strong> name of the namespace or
 procedure.</blockquote>
 <hr>
-<!-- <a href="mailto:templating\@arsdigita.com">templating\@arsdigita.com</a> -->
\ No newline at end of file
+<!-- <a href="mailto:templating\@arsdigita.com">templating\@arsdigita.com</a> -->
Index: openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html	29 Mar 2018 20:23:43 -0000	1.6
+++ openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html	3 Jul 2018 18:19:14 -0000	1.7
@@ -156,7 +156,7 @@
 </blockquote>
 In the above example <code>user_id</code> and <code>object_id</code> would be marked as required,
 <code>alert_admin_email</code> would show no default-value description, and <code>granter_id</code>
-and <code>privilege_id</code> would show the the default info from above.
+and <code>privilege_id</code> would show the default info from above.
 <p>
 On to <strong>@see</strong> directive markers:
 <blockquote>
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.93 -r1.94
--- openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml	29 Mar 2018 17:28:50 -0000	1.93
+++ openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml	3 Jul 2018 18:19:14 -0000	1.94
@@ -110,7 +110,7 @@
   <msg key="as_password_help">Enter a password for the assessment</msg>
   <msg key="as_password_user_help">In order to take this assessment you need to enter the password.</msg>
   <msg key="as_Return_Url_help">URL to go to after the assessment has been finished by a subject</msg>
-  <msg key="as_Reuse_Responses_help">If yes, the system will look for previous responses to the the questions and prefill the last answer the respondee has given in the assessment form of the respondee</msg>
+  <msg key="as_Reuse_Responses_help">If yes, the system will look for previous responses to the questions and prefill the last answer the respondee has given in the assessment form of the respondee</msg>
   <msg key="as_Secure_Access_help">Is https:// method required to access this assessment?</msg>
   <msg key="as_Show_Item_Name_help">If yes, the respondee will see the name of the question&lt;br&gt;
 in addition to the question itself when taking the survey.</msg>
Index: openacs-4/packages/assessment/www/doc/grouping.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.adp,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/assessment/www/doc/grouping.adp	1 May 2018 08:45:53 -0000	1.6
+++ openacs-4/packages/assessment/www/doc/grouping.adp	3 Jul 2018 18:19:14 -0000	1.7
@@ -41,7 +41,7 @@
 survey though.</span></span></li><li><span class="context"><span class="reg">secure_access_p - The
 assessment can only be taken if a secure connection (https) is
 used.</span></span></li><li><span class="context"><span class="reg">reuse_responses_p - If
-yes, the system will look for previous responses to the the
+yes, the system will look for previous responses to the
 questions and prefill the last answer the respondee has given in
 the assessment form of the respondee</span></span></li><li><span class="context"><span class="reg">show_item_name_p - If
 yes, the respondee will see the name of the item in addition to the
Index: openacs-4/packages/assessment/www/doc/grouping.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.html,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/assessment/www/doc/grouping.html	29 Mar 2018 17:28:50 -0000	1.5
+++ openacs-4/packages/assessment/www/doc/grouping.html	3 Jul 2018 18:19:14 -0000	1.6
@@ -121,7 +121,7 @@
   <ul>
     <li>custom_header - Custom header (and footer)
 that
-will be displayed the the respondee when answering an assessment.
+will be displayed to the respondee when answering an assessment.
 Possibility to include system variables (e.g. first name). <br>
     </li>
     <li>custom_footer<br>
Index: openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp	1 May 2018 08:45:53 -0000	1.8
+++ openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp	3 Jul 2018 18:19:14 -0000	1.9
@@ -29,7 +29,7 @@
 question.</span></li><li><span class="context">Sectioned</span></li>
 </ul>
 </li><li><span class="context">Reuse responses: boolean (yes/no). If
-yes, the system will look for previous responses to the the
+yes, the system will look for previous responses to the
 questions and prefill the last answer the respondee has given in
 the assessment form of the respondee. <em>It is debatable whether
 this function should be per assessment and/or per
@@ -51,7 +51,7 @@
 taking the assessment.</li><li>Styles
 <ul>
 <li>Custom header / footer: richtext. Custom header and footer that
-will be displayed the the respondee when answering an assessment.
+will be displayed to the respondee when answering an assessment.
 Possibility to include system variables (e.g. first name).</li><li>Select presentation style. Style (form_template) that will be
 used for this assessment</li><li>Upload new: file. Possibility to upload a new style</li><li>Edit (brings up a page with the possibility to edit the
 selected style)</li><li>Customizable Entry page: richtext. The page that will be
@@ -176,4 +176,4 @@
 settings, notably medical and financial ones.</span></li>
 </ul>
 <span class="etp-link"><a class="top" href="etp?name=assessment_creation"></a></span>
-<!-- END ETP LINK -->
\ No newline at end of file
+<!-- END ETP LINK -->
Index: openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html	29 Mar 2018 15:03:01 -0000	1.7
+++ openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html	3 Jul 2018 18:19:14 -0000	1.8
@@ -40,7 +40,7 @@
     </ul>
   </li>
   <li>Reuse responses: boolean (yes/no). If yes, the system will look
-for previous responses to the the questions and prefill the last answer
+for previous responses to the questions and prefill the last answer
 the respondee has given in the assessment form of the respondee. <em>It
 is debatable whether this function should be per assessment and/or per
 question</em>
@@ -67,7 +67,7 @@
   <li>Styles
     <ul>
       <li>Custom header / footer: richtext. Custom header and footer
-that will be displayed the the respondee when answering an assessment.
+that will be displayed to the respondee when answering an assessment.
 Possibility to include system variables (e.g. first name).
       </li>
       <li>Select presentation style. Style (form_template) that will be
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.6 -r1.7
--- openacs-4/packages/assessment/www/doc/user_interface/tests.html	29 Mar 2018 15:03:01 -0000	1.6
+++ openacs-4/packages/assessment/www/doc/user_interface/tests.html	3 Jul 2018 18:19:14 -0000	1.7
@@ -182,7 +182,7 @@
       </li>
       <li>The response is matched with each of the possible answers
         <ul>
-          <li>Equals: Only award the percentage if the the strings
+          <li>Equals: Only award the percentage if the strings
 match exactly (case senstivity depends on the setting for the
 question).
           </li>
Index: openacs-4/packages/boomerang/README
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/boomerang/README,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/boomerang/README	10 Jan 2018 11:22:38 -0000	1.3
+++ openacs-4/packages/boomerang/README	3 Jul 2018 18:19:14 -0000	1.4
@@ -113,7 +113,7 @@
     files have the a build-time stamp in seconds included.
     You might which to rename these with a custom name.
     
- 5) Copy the the *.min.js and *.min.js.gz files to
+ 5) Copy the *.min.js and *.min.js.gz files to
     the boomerang/www/resouces directory, which might be
     
       cp  build/boomerang-1.0.*.min.js build/boomerang-1.0.*.min.js.gz ..
Index: openacs-4/packages/bug-tracker/www/patch-submission-instructions.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch-submission-instructions.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/bug-tracker/www/patch-submission-instructions.html	16 Jan 2003 13:43:58 -0000	1.2
+++ openacs-4/packages/bug-tracker/www/patch-submission-instructions.html	3 Jul 2018 18:19:14 -0000	1.3
@@ -65,7 +65,7 @@
     <p>
       Try to avoid reformatting large blocks of code unless absolutely
       necessary.  It is quite important that the changes be as small as
-      possible so the the patch maintainer can inspect the patch quickly
+      possible so the patch maintainer can inspect the patch quickly
       and apply it if needed.
     </p>
 
Index: openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql	7 Aug 2017 23:48:09 -0000	1.8
+++ openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql	3 Jul 2018 18:19:14 -0000	1.9
@@ -60,7 +60,7 @@
     );
 
     -- AddApplet: Adds the applet to dotlrn(used for one-time initialization)
-    -- Call in the the dotlrn-init sequence
+    -- Call in the dotlrn-init sequence
     foo := acs_sc_msg_type.new(
         msg_type_name => 'dotlrn_applet.AddApplet.InputType',
         msg_type_spec => ''
Index: openacs-4/packages/dotlrn/www/doc/architecture-overview.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/doc/architecture-overview.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/dotlrn/www/doc/architecture-overview.adp	7 Aug 2017 23:48:09 -0000	1.4
+++ openacs-4/packages/dotlrn/www/doc/architecture-overview.adp	3 Jul 2018 18:19:14 -0000	1.5
@@ -128,12 +128,12 @@
 
 <li> <strong>OpenACS portlet</strong>, using the New Portal Architecture (NPA),
 to provide the ability to display the raw functionality in a portal
-interface. This obviously depends on the the NPA, but should otherwise
+interface. This obviously depends on the NPA, but should otherwise
 be as independent as possible from dotLRN. (e.g. bboard-portlet)
 
 <li> <strong>dotLRN functionality hooks</strong>, to link the raw functionality
 into the appropriate dotLRN structure. This obviously depends on
-dotLRN, but should be as thin a layer as possible on top of the the
+dotLRN, but should be as thin a layer as possible on top of the
 previous two components. (e.g. dotlrn-bboard).
 </ul>
 
Index: openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp	7 Aug 2017 23:48:09 -0000	1.5
+++ openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp	3 Jul 2018 18:19:14 -0000	1.6
@@ -115,7 +115,7 @@
 
   <h2>Install dotLRN on your system</h2>
   <p>
-     Go the the &quot;Site Wide Administration&quot; on your system
+     Go to the &quot;Site Wide Administration&quot; on your system
      at <a href="/acs-admin">/acs-admin/</a> and hit the
      &quot;Install software&quot; link, then the "Install from local" one 
 	 and finally choose "Service" type. After the installer loads, you
Index: openacs-4/packages/news/www/doc/design.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/design.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/news/www/doc/design.adp	1 May 2018 08:49:04 -0000	1.4
+++ openacs-4/packages/news/www/doc/design.adp	3 Jul 2018 18:19:14 -0000	1.5
@@ -192,7 +192,7 @@
 <strong>Create news item</strong> only appear for parties which
 possess the appropriate privileges. Viewers not authorized to view
 the index page (i.e. parties who were denied the
-<code>news_read</code> permission) are shown the the site-wide
+<code>news_read</code> permission) are shown the site-wide
 'not-authorized' template.</p>
 <p>The news gateway defaults to serving the parameter
 <code>DisplayMax</code>, see sec. XI below, number of news items or
Index: openacs-4/packages/news/www/doc/design.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/design.html,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/news/www/doc/design.html	25 Mar 2018 22:13:40 -0000	1.7
+++ openacs-4/packages/news/www/doc/design.html	3 Jul 2018 18:19:14 -0000	1.8
@@ -234,7 +234,7 @@
 item</b> only appear for parties which possess the appropriate
 privileges. Viewers not authorized to view the index page
 (i.e. parties who were denied the <code>news_read</code> permission) 
-are shown the the site-wide 'not-authorized' template.
+are shown the site-wide 'not-authorized' template.
 
 <p>The news gateway defaults to serving the parameter <code>DisplayMax</code>,
 see sec. XI below, number of news items or archived items.