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-scripting-javascript.git


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

commit c7b8f4843ec3aa6b1779a64777fc97f2667778a7
Author: Oliver Lietz <[email protected]>
AuthorDate: Mon Sep 7 21:06:48 2020 +0200

    typo
---
 src/main/java/org/apache/sling/scripting/javascript/io/EspReader.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/scripting/javascript/io/EspReader.java 
b/src/main/java/org/apache/sling/scripting/javascript/io/EspReader.java
index 93f93ad..38beb47 100644
--- a/src/main/java/org/apache/sling/scripting/javascript/io/EspReader.java
+++ b/src/main/java/org/apache/sling/scripting/javascript/io/EspReader.java
@@ -760,7 +760,7 @@ public class EspReader extends FilterReader {
      * Injects a string into the input stream, sets the number of characters to
      * return verbatim and change state. The state change only happens if we 
are
      * not in verbatim state already. Else the current string is simply
-     * prepended to the previous inhjection. This is simply a convenience 
method
+     * prepended to the previous injection. This is simply a convenience method
      * ;-)
      *
      * @param verbatimString The string to inject into the input stream

Reply via email to