typo

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1801931 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java b/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
index 7aed208..5292247 100644
--- a/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
+++ b/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
@@ -90,7 +90,7 @@
     /**
      * Array of change types - optional.
      * If this property is missing, added, removed and changed events for resources
-     * and added, and removed events for resource providers are reported.
+     * and added and removed events for resource providers are reported.
      * If this property is invalid, the listener is ignored. The type of the property
      * must either be String, or a String array. Valid values are the constants from
      * {@link ResourceChange.ChangeType}.