8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName
Reviewed-by: jlaskey, alanb
--- 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.
*/