Fix typo
diff --git a/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java b/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java
index 6904933..2171519 100644
--- a/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java
+++ b/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java
@@ -204,7 +204,7 @@
 
     /**
      * The authentication information property indicating to use an
-     * administrative login. This property must be set of the resource
+     * administrative login. This property must be set if the resource
      * resolver is created through {@link org.apache.sling.api.resource.ResourceResolverFactory#getAdministrativeResourceResolver(Map)}.
      */
     public static final String AUTH_ADMIN = "provider.auth.admin";
@@ -213,6 +213,7 @@
      * The authentication information property indicating that an existing resource resolver is being cloned.
      * Providers that receive stateful objects as authentication information must deep-clone those objects
      * when this property is present, to avoid inadvertent state sharing with the existing resolver.
+     *
      * @since 1.2.0
      */
     public static final String AUTH_CLONE = "provider.auth.clone";