Index: openacs-4/packages/cms/sql/oracle/cms-permissions.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/sql/oracle/cms-permissions.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/cms/sql/oracle/cms-permissions.sql 26 Aug 2001 13:39:26 -0000 1.2 +++ openacs-4/packages/cms/sql/oracle/cms-permissions.sql 5 Apr 2018 14:44:08 -0000 1.3 @@ -68,8 +68,8 @@ function has_grant_authority ( --/** Determine if the user may grant a certain permission to another -- user. The permission may only be granted if the user has - -- the permission himself and posesses the cm_perm access, or if the - -- user posesses the cm_perm_admin access. + -- the permission himself and possesses the cm_perm access, or if the + -- user possesses the cm_perm_admin access. -- @author Stanislav Freidin -- @param item_id The item whose permissions are to be changed -- @param holder_id The person who is attempting to grant the permissions @@ -109,8 +109,8 @@ function has_revoke_authority ( --/** Determine if the user may take a certain permission away from another -- user. The permission may only be revoked if the user has - -- the permission himself and posesses the cm_perm access, while the - -- other user does not, or if the user posesses the cm_perm_admin access. + -- the permission himself and possesses the cm_perm access, while the + -- other user does not, or if the user possesses the cm_perm_admin access. -- @author Stanislav Freidin -- @param item_id The item whose permissions are to be changed -- @param holder_id The person who is attempting to revoke the permissions