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 -N -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