Make security model easier to use in unit tests
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr / src / main / java / org / argeo / jcr / JcrUtils.java
index 0d889626ec065c2f9d7848a2ac3f7032187a06ba..a33f6d407780c4ef83b8666e7da885c7e1ae56a5 100644 (file)
@@ -1331,7 +1331,7 @@ public class JcrUtils implements ArgeoJcrConstants {
        }
 
        /** Clear authorizations for a user at this path */
-       public static void clearAccesControList(Session session, String path,
+       public static void clearAccessControList(Session session, String path,
                        String username) throws RepositoryException {
                AccessControlManager acm = session.getAccessControlManager();
                AccessControlList acl = getAccessControlList(acm, path);