changeset 20210 | 80d652da38ac |
parent 16243 | f5fdf89e1583 |
child 24778 | 2ff5d7041566 |
--- a/nashorn/test/script/trusted/JDK-8008305.js Wed Sep 18 13:06:17 2013 +0530 +++ b/nashorn/test/script/trusted/JDK-8008305.js Wed Sep 18 16:36:25 2013 +0530 @@ -54,6 +54,6 @@ fail("Expected SecurityException from script!"); } catch (e) { if (! (e instanceof SecurityException)) { - faile("Expected SecurityException, but got " + e); + fail("Expected SecurityException, but got " + e); } }