Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -r1.60 -r1.61 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 9 Sep 2018 13:15:11 -0000 1.60 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 18 Sep 2018 23:24:16 -0000 1.61 @@ -811,7 +811,7 @@ if {[info exists body]} { # # Get the calling information directly from the body, when - # e.g. the information is not in in the procdoc nsv. This is + # e.g. the information is not in the procdoc nsv. This is # e.g. necessary, when getting calling info from *-init.tcl # files. # Index: openacs-4/packages/acs-subsite/www/admin/site-map/allow-for-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/allow-for-view.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-subsite/www/admin/site-map/allow-for-view.tcl 29 Jun 2018 17:27:18 -0000 1.8 +++ openacs-4/packages/acs-subsite/www/admin/site-map/allow-for-view.tcl 18 Sep 2018 23:24:16 -0000 1.9 @@ -19,7 +19,7 @@ set check_list [list] -# Here we make shure that when a child node is checked all his parents +# Here we make sure that when a child node is checked all his parents # in the tree are also checked as well foreach check_node $checkbox { @@ -34,8 +34,8 @@ lappend check_list $check_node } else { - # The node has an inmediate parent, we put it on the list and all his parents until the - # node_id equals the main_site node_id and is already in the list + # The node has an immediate parent, we put it on the list and all his parents until the + # node_id equals the main site node_id and is already in the list lappend check_list $check_node while { [site_node::get_parent_id -node_id $check_node] != $main_node Index: openacs-4/packages/xotcl-core/tcl/generic-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/generic-procs.tcl,v diff -u -r1.110 -r1.111 --- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 30 Jun 2018 22:04:28 -0000 1.110 +++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 18 Sep 2018 23:24:16 -0000 1.111 @@ -178,7 +178,7 @@ } #:log "-- redirect to $link // [string match "*\?*" $link]" # - # We we use here the classical idiom + # We use here the classical idiom # ad_returnredirect # ad_script_abort # Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.229 -r1.230 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 24 Aug 2018 10:02:15 -0000 1.229 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 18 Sep 2018 23:24:16 -0000 1.230 @@ -893,7 +893,7 @@ set :style sections # When pretty age is activated, this includedlet is not suited for # caching (it could make sense e.g. when the age granularity is 1 - # minute or more). This measure here (turing off caching + # minute or more). This measure here (turning off caching # completely) is a little bit too much, but it is safe. :get_parameters if {[[:info class] cacheable] && $pretty_age ne "off"} {