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.4 -r1.5
--- openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp	28 Mar 2018 17:00:40 -0000	1.4
+++ openacs-4/packages/acs-core-docs/www/ext-auth-requirements.adp	28 Mar 2018 21:55:34 -0000	1.5
@@ -617,7 +617,7 @@
 members of the community. This is particularly interesting when
 integrated with a chat or instant messaging service like
 Jabber.</p><p>What I&#39;m concretely suggesting is that we keep a record of
-which authenticated users have requested pags on the site in the
+which authenticated users have requested pages on the site in the
 last x minutes (typically about 5), and thus are considered to be
 currently online. There&#39;s nothing more to it. This lets us
 display a list of "active users" somewhere on the site,
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.43 -r1.44
--- openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html	28 Mar 2018 17:00:40 -0000	1.43
+++ openacs-4/packages/acs-core-docs/www/ext-auth-requirements.html	28 Mar 2018 21:55:34 -0000	1.44
@@ -673,7 +673,7 @@
 integrated with a chat or instant messaging service like
 Jabber.</p>
       <p>What I'm concretely suggesting is that we keep a record of
-which authenticated users have requested pags on the site in the
+which authenticated users have requested pages on the site in the
 last x minutes (typically about 5), and thus are considered to be
 currently online. There's nothing more to it. This lets us display
 a list of "active users" somewhere on the site, and make their name
Index: openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml,v
diff -u -r1.9 -r1.10
--- openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml	27 Mar 2018 12:22:17 -0000	1.9
+++ openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml	28 Mar 2018 21:55:34 -0000	1.10
@@ -305,12 +305,12 @@
 
     <sect2>
       <sect2info>
-        <title>EXT-AUTH #4: Rewrite login &amp; register pagse to use
+        <title>EXT-AUTH #4: Rewrite login &amp; register pages to use
 APIs
 </title>
       </sect2info>
 
-      <sect2 id="ext-auth_#4__rewrite_login_&amp;_register_pagse_">
+      <sect2 id="ext-auth_#4__rewrite_login_&amp;_register_pages_">
         <title>EXT-AUTH
 #4: Rewrite login &amp; register pages to use APIs
 </title>
@@ -1955,7 +1955,7 @@
         <title>Internal Design
 </title>
         <para>We keep a record of which authenticated users have requested
-pags on the site in the last x minutes (typically about 5), and
+pages on the site in the last x minutes (typically about 5), and
 thus are considered to be currently online. We&#39;ve already made the
 changes necessary to security-procs.tcl to do this on an earlier
 project, but haven&#39;t quite finished the work and put it back into
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.6 -r1.7
--- openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml	28 Mar 2018 17:00:40 -0000	1.6
+++ openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth.xml	28 Mar 2018 21:55:34 -0000	1.7
@@ -744,7 +744,7 @@
 integrated with a chat or instant messaging service like
 Jabber.</para>
       <para>What I&#39;m concretely suggesting is that we keep a record of
-which authenticated users have requested pags on the site in the
+which authenticated users have requested pages on the site in the
 last x minutes (typically about 5), and thus are considered to be
 currently online. There&#39;s nothing more to it. This lets us display
 a list of "active users" somewhere on the site, and make their name
Index: openacs-4/packages/acs-subsite/www/members/user-new.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/members/user-new.tcl,v
diff -u -r1.11 -r1.12
--- openacs-4/packages/acs-subsite/www/members/user-new.tcl	7 Aug 2017 23:47:59 -0000	1.11
+++ openacs-4/packages/acs-subsite/www/members/user-new.tcl	28 Mar 2018 21:55:34 -0000	1.12
@@ -21,7 +21,7 @@
     set rel_group_id $group_id
 }
 
-set page_title "Inivite Member to [ad_conn instance_name]"
+set page_title "Invite Member to [ad_conn instance_name]"
 set context [list [list "." "Members"] "Invite"]
 
 
Index: openacs-4/packages/categories/www/cadmin/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/index.tcl,v
diff -u -r1.12 -r1.13
--- openacs-4/packages/categories/www/cadmin/index.tcl	7 Aug 2017 23:48:05 -0000	1.12
+++ openacs-4/packages/categories/www/cadmin/index.tcl	28 Mar 2018 21:55:34 -0000	1.13
@@ -24,7 +24,7 @@
 permission::require_permission -object_id $package_id -privilege category_admin
 
 template::multirow create trees_with_write_permission tree_id tree_name site_wide_p description
-template::multirow create trees_with_read_permission tree_id tree_name site_wide_p descrption
+template::multirow create trees_with_read_permission tree_id tree_name site_wide_p description
 
 
 db_foreach trees {} {
Index: openacs-4/packages/forums/forums.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/forums.info,v
diff -u -r1.51 -r1.52
--- openacs-4/packages/forums/forums.info	29 Jan 2018 12:01:26 -0000	1.51
+++ openacs-4/packages/forums/forums.info	28 Mar 2018 21:55:34 -0000	1.52
@@ -39,7 +39,7 @@
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="SecureOutboundP"  default="0" description="Should we withhold message content from notifications when the forum message is posted in a secure connection? This helps to keep controlled content available only to subsite members when the forum connection is secure, such as controlled by referencing subsite in acs-subsite's RestrictToSSL parameter."/>
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="UseIntermediaForSearchP"  default="0" description="Should we use intermedia for searching forums? Intermedia is more scalable, but interprets searches differently from standard search."/>
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="UseReadingInfo"  default="0" description="Should ReadingInfo be stored and displayed for this forum"/>
-            <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="UseScreenNameP"  default="0" description="Weather the real user name or only the (anonymous) screenName will be shown in forums. Do not revert to 0 if once set to 1, since this will discard the beforehand granted anonymity."/>
+            <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="UseScreenNameP"  default="0" description="Whether the real user name or only the (anonymous) screenName will be shown in forums. Do not revert to 0 if once set to 1, since this will discard the beforehand granted anonymity."/>
             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="table_bgcolor"  default="#eeeeee" description="This is the color of the first message / table row"/>
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="table_border_color"  default="#dddddd" description="The color of the table borders and between the cells, try #ffffff for a cool look"/>
             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="table_other_bgcolor"  default="#d9e4f9" description="The bgcolor for the other table rows"/>
Index: openacs-4/packages/webmail-system/tcl/webmail-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/webmail-system/tcl/webmail-procs.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/webmail-system/tcl/webmail-procs.tcl	30 Sep 2017 18:12:53 -0000	1.4
+++ openacs-4/packages/webmail-system/tcl/webmail-procs.tcl	28 Mar 2018 21:55:34 -0000	1.5
@@ -355,9 +355,9 @@
     ######################################################################
     # Procedure:        mail_decode_hdr
     # Params:           header string
-    # Descrption:       Decodes header string
+    # Description:      Decodes header string
     ######################################################################
-    
+
     ad_proc -public mail_decode_hdr { str } {
 	Decodes the email
     } {