changeset 11381 | 890ea587d133 |
parent 11143 | 9dbe313bfb74 |
child 14547 | 86d8d242b0c4 |
--- a/langtools/test/tools/javac/lambda/LambdaParserTest.java Mon Dec 19 12:07:07 2011 +0000 +++ b/langtools/test/tools/javac/lambda/LambdaParserTest.java Fri Dec 23 22:30:33 2011 +0000 @@ -238,7 +238,7 @@ try { ct.parse(); } catch (Throwable ex) { - throw new AssertionError("Error thron when parsing the following source:\n" + source.getCharContent(true)); + throw new AssertionError("Error thrown when parsing the following source:\n" + source.getCharContent(true)); } check(); }