Index: openacs-4/packages/acs-subsite/www/permissions/perm-modify.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/perm-modify.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-subsite/www/permissions/perm-modify.tcl 5 Jan 2018 22:40:56 -0000 1.6 +++ openacs-4/packages/acs-subsite/www/permissions/perm-modify.tcl 24 Mar 2018 00:14:57 -0000 1.7 @@ -45,7 +45,7 @@ # If they're not in the modified list, remove them set perm_array(${grantee_id},${privilege}) remove } else { - # If they are in the modified list, make a note that they're also in the databse + # If they are in the modified list, make a note that they're also in the database set perm_array(${grantee_id},${privilege}) nothing } }