aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjlaskey <none@none>2013-04-24 14:25:28 -0300
committerjlaskey <none@none>2013-04-24 14:25:28 -0300
commitd27a03e4b3f27b4275dc41e33de2b659f75e13dd (patch)
treeb448d8d7a952c2bc6e9678c111dacc7167a995b3 /tools
parent75291fd1918ef06691d1ab1e0f5bed26b03184c4 (diff)
downloadnashorn-d27a03e4b3f27b4275dc41e33de2b659f75e13dd.tar.gz
8012251: jjs should support -fx option
Reviewed-by: sundar, attila, lagergren Contributed-by: james.laskey@oracle.com
Diffstat (limited to 'tools')
-rw-r--r--tools/fxshell/jdk/nashorn/tools/FXShell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fxshell/jdk/nashorn/tools/FXShell.java b/tools/fxshell/jdk/nashorn/tools/FXShell.java
index 3af0dca6..df473189 100644
--- a/tools/fxshell/jdk/nashorn/tools/FXShell.java
+++ b/tools/fxshell/jdk/nashorn/tools/FXShell.java
@@ -178,7 +178,7 @@ public class FXShell extends Application {
*
* @param path Path to UTF-8 encoded JavaScript file.
*
- * @return Last evalulation result (discarded.)
+ * @return Last evaluation result (discarded.)
*/
private Object load(String path) {
try {