typo
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 @@
      * 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