fix typo

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1786520 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/scripting/jsp/JspScriptEngineFactory.java b/src/main/java/org/apache/sling/scripting/jsp/JspScriptEngineFactory.java
index 62e3c68..63d4d83 100644
--- a/src/main/java/org/apache/sling/scripting/jsp/JspScriptEngineFactory.java
+++ b/src/main/java/org/apache/sling/scripting/jsp/JspScriptEngineFactory.java
@@ -104,7 +104,7 @@
     public @interface Config {
 
         @AttributeDefinition(name = "Target Version",
-                description = "The taret JVM version for the compiled classes. If " +
+                description = "The target JVM version for the compiled classes. If " +
                               "left empty, the default version, 1.6., is used. If the value \"auto\" is used, the " +
                               "current vm version will be used.")
         String jasper_compilerTargetVM() default JspServletOptions.AUTOMATIC_VERSION;