Index: openacs-4/packages/forums/tcl/forums-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-callback-procs.tcl,v diff -u -N -r1.12.2.2 -r1.12.2.3 --- openacs-4/packages/forums/tcl/forums-callback-procs.tcl 1 Mar 2019 10:20:30 -0000 1.12.2.2 +++ openacs-4/packages/forums/tcl/forums-callback-procs.tcl 10 Mar 2019 22:06:40 -0000 1.12.2.3 @@ -185,7 +185,7 @@ # GN: The standard conversion from "text/enhanced" to # "text/plain" converts first from "text/enhanced" to # "text/html" and then from "text/html" to "text/plain". This - # can take for large forums posting a long time (e.g a few + # can take for large forums posting a long time (e.g. a few # minutes on openacs.org). Since this function is used just # for the summarizer (when listing a short paragraph in the # context of the search result), we can live here with a much Index: openacs-4/packages/forums/www/load-message-content.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/load-message-content.tcl,v diff -u -N -r1.6 -r1.6.2.1 --- openacs-4/packages/forums/www/load-message-content.tcl 18 Sep 2018 23:39:39 -0000 1.6 +++ openacs-4/packages/forums/www/load-message-content.tcl 10 Mar 2019 22:06:40 -0000 1.6.2.1 @@ -1,6 +1,6 @@ ad_page_contract { - Update the content of an specified message, for preloading purposes + Update the content of a specified message, for preloading purposes @author Veronica De La Cruz (veronica@viaro.net) @creation-date 2006-04-21 Index: openacs-4/packages/attachments/www/admin/new-root-folder-map.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/admin/new-root-folder-map.tcl,v diff -u -N -r1.7 -r1.7.2.1 --- openacs-4/packages/attachments/www/admin/new-root-folder-map.tcl 7 Aug 2017 23:48:04 -0000 1.7 +++ openacs-4/packages/attachments/www/admin/new-root-folder-map.tcl 10 Mar 2019 22:09:31 -0000 1.7.2.1 @@ -31,7 +31,7 @@ -default 0 ] if {$root_folder_id == 0} { - # look for a fs root folder candidate, by looking for an file-storage + # look for a fs root folder candidate, by looking for a file-storage # sibling of our parent (uncle? or aunt? node). Should generalize sibling # stuff, search by parent etc. set parent_id [site_node::get_parent \ Index: openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl,v diff -u -N -r1.93.2.1 -r1.93.2.2 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 21 Feb 2019 12:30:59 -0000 1.93.2.1 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 10 Mar 2019 22:13:52 -0000 1.93.2.2 @@ -592,7 +592,7 @@ # created/recreated, it does not perform a cleanup of its # contents. This means that preexisting procs, objects classes, # variables etc. will survive a recreation. As a consequence, - # ::xo::Modules can easily span multiple files an they can be used + # ::xo::Modules can easily span multiple files and they can be used # like a namespace. However, the modules have the advantage that it # is possible to define procs, instprocs with non-positional # arguments directly in it. It is as well possible to use mixins Index: openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl,v diff -u -N -r1.41.2.1 -r1.41.2.2 --- openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl 10 Mar 2019 21:52:18 -0000 1.41.2.1 +++ openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl 10 Mar 2019 22:13:52 -0000 1.41.2.2 @@ -413,7 +413,7 @@ lappend __vars [lindex $_var 0] [uplevel subst [lindex $_var 1]] } else { # - # We have just a variable name, provide an linked variable to + # We have just a variable name, provide a linked variable to # access the value. # set localvar local.$_var Index: openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl,v diff -u -N -r1.20 -r1.20.2.1 --- openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl 20 Jan 2019 15:21:17 -0000 1.20 +++ openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl 10 Mar 2019 22:13:52 -0000 1.20.2.1 @@ -53,7 +53,7 @@ hide the fact, that certain classes/objects are part of a thread. The following command creates a Proxy for an object c1 in thread t1. - After this, c1 can be used like an local object. + After this, c1 can be used like a local object.
   ::xotcl::THREAD::Proxy c1 -attach t1
   set x [c1 ++]
@@ -295,7 +295,7 @@
 
 #
 # Sample Thread client routine, calls a same named object in the
-# server thread. Thread clients should be created in an connection
+# server thread. Thread clients should be created in a connection
 # thread dynamically to avoid name clashes in the blueprint.
 
 Class create ::xotcl::THREAD::Client -parameter {server {serverobj [self]}}
Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v
diff -u -N -r1.76.2.3 -r1.76.2.4
--- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl	10 Mar 2019 21:52:18 -0000	1.76.2.3
+++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl	10 Mar 2019 22:13:52 -0000	1.76.2.4
@@ -1047,7 +1047,7 @@
   }
 
   CrItem ad_instproc update_item_index {} {
-    Dummy stub to allow subclasses to produce an more efficient
+    Dummy stub to allow subclasses to produce a more efficient
     index for items based on live revisions.
   } {
     next
Index: openacs-4/packages/xotcl-core/tcl/html-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/html-procs.tcl,v
diff -u -N -r1.4 -r1.4.2.1
--- openacs-4/packages/xotcl-core/tcl/html-procs.tcl	7 Aug 2017 23:48:30 -0000	1.4
+++ openacs-4/packages/xotcl-core/tcl/html-procs.tcl	10 Mar 2019 22:13:52 -0000	1.4.2.1
@@ -4,7 +4,7 @@
   if {[info commands ::html::a] eq ""} {
     namespace eval ::html {
 
-      # Declare Tcl commands for building HTML elements. This is an complete
+      # Declare Tcl commands for building HTML elements. This is a complete
       # set taken from W3C on http://www.w3.org/TR/html4/index/elements.html
       #
 
Index: openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl,v
diff -u -N -r1.12 -r1.12.2.1
--- openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl	14 Sep 2018 19:19:48 -0000	1.12
+++ openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl	10 Mar 2019 22:16:24 -0000	1.12.2.1
@@ -217,7 +217,7 @@
         {-subsite_id ""}
     } {
 
-        Initialize an cookie-consent widget.
+        Initialize a cookie-consent widget.
 
     } {
         if {[catch {ns_conn content}]} {