fix typos
diff --git a/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java b/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java
index 3185956..b0c9529 100644
--- a/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java
+++ b/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java
@@ -130,7 +130,7 @@
             // nt:file handling
             filter.withNodeTypeAggregate(new String[] {"nt:file"}, new String[] {"", "jcr:content"});
 
-            // anchestor removes
+            // ancestors remove
             filter.withIncludeAncestorsRemove();
 
             ((JackrabbitObservationManager)mgr).addEventListener(listener, filter);
@@ -141,7 +141,7 @@
     }
 
     /**
-     * Get the event types based on the configuraiton
+     * Get the event types based on the configuration
      * @param c The configuration
      * @return The event type mask
      */