8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName
authorsundar
Mon, 05 Jan 2015 21:52:03 +0530
changeset 28293 ad51f784a352
parent 28292 140e7e529be6
child 28294 d53052d43e13
child 28538 48d009ddfd46
8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName Reviewed-by: jlaskey, alanb
jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java
--- a/jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java	Sun Jan 04 19:32:46 2015 +0000
+++ b/jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java	Mon Jan 05 21:52:03 2015 +0530
@@ -85,7 +85,7 @@
     public List<String> getNames();
 
     /**
-     * Returns the name of the scripting langauge supported by this
+     * Returns the name of the scripting language supported by this
      * <code>ScriptEngine</code>.
      * @return The name of the supported language.
      */