Index: openacs-4/packages/contacts/tcl/contacts-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-install-procs.tcl,v diff -u -N -r1.27 -r1.28 --- openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 28 Mar 2018 17:00:40 -0000 1.27 +++ openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 11 Apr 2018 20:52:01 -0000 1.28 @@ -569,7 +569,7 @@ # If contacts was not mounted on the root subsite then your # site will likely need to run a custom contact::default_group_not_cached - # proc that returns this packages default group. + # proc that returns this package's default group. set contacts_node_id [site_node::get_node_id_from_object_id -object_id ${package_id}] set subsite_package_id [site_node::closest_ancestor_package -node_id $contacts_node_id -package_key "acs-subsite"]