This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-rewriter.git


The following commit(s) were added to refs/heads/master by this push:
     new a40b7ff  fix typos
a40b7ff is described below

commit a40b7ffe18af122e1eeb09c1b32735d34a3d167d
Author: Oliver Lietz <o...@apache.org>
AuthorDate: Mon Mar 5 17:30:33 2018 +0100

    fix typos
---
 src/main/java/org/apache/sling/rewriter/Processor.java              | 6 +++---
 .../sling/rewriter/impl/components/XHtmlSerializerFactory.java      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/sling/rewriter/Processor.java 
b/src/main/java/org/apache/sling/rewriter/Processor.java
index fd87925..860bb03 100644
--- a/src/main/java/org/apache/sling/rewriter/Processor.java
+++ b/src/main/java/org/apache/sling/rewriter/Processor.java
@@ -50,8 +50,8 @@ public interface Processor {
 
     /**
      * Clean up the processor.
-     * This method should always be called after a processor run, regardless 
if it was successfull or failed.
-     * @param errorOccured Indicates if an error occured during processing
+     * This method should always be called after a processor run, regardless 
if it was successful or failed.
+     * @param errorOccurred Indicates if an error occurred during processing
      */
-    void finished(boolean errorOccured) throws IOException;
+    void finished(boolean errorOccurred) throws IOException;
 }
diff --git 
a/src/main/java/org/apache/sling/rewriter/impl/components/XHtmlSerializerFactory.java
 
b/src/main/java/org/apache/sling/rewriter/impl/components/XHtmlSerializerFactory.java
index 761096a..b66efa5 100644
--- 
a/src/main/java/org/apache/sling/rewriter/impl/components/XHtmlSerializerFactory.java
+++ 
b/src/main/java/org/apache/sling/rewriter/impl/components/XHtmlSerializerFactory.java
@@ -45,7 +45,7 @@ public class XHtmlSerializerFactory implements 
SerializerFactory {
     }
 
     /**
-     * <p>A pedantinc XHTML serializer encoding all recognized entities with 
their
+     * <p>A pedantic XHTML serializer encoding all recognized entities with 
their
      * proper HTML names.</p>
      *
      * <p>For configuration options of this serializer, please look at the

-- 
To stop receiving notification emails like this one, please contact
o...@apache.org.

Reply via email to