Index: openacs-4/packages/categories/www/cadmin/tree-usage.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-usage.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/categories/www/cadmin/tree-usage.tcl 7 Aug 2017 23:48:05 -0000 1.11 +++ openacs-4/packages/categories/www/cadmin/tree-usage.tcl 15 May 2018 22:17:50 -0000 1.12 @@ -1,6 +1,6 @@ ad_page_contract { - This page shows all the package instanes mapped to a particular category tree. + This page shows all the package instances mapped to a particular category tree. @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: @@ -46,9 +46,9 @@ set unmap_url [export_vars -no_empty -base tree-unmap {tree_id object_id ctx_id}] if {$read_p == "t"} { - template::multirow append modules $package $object_id $object_name $package_id $instance_name $read_p $unmap_url + template::multirow append modules $package $object_id $object_name $package_id $instance_name $read_p $unmap_url } else { - incr instances_without_permission + incr instances_without_permission } }