diff -r 1ae5988e201b -r 116f68a5e677 test/tools/javac/lambda/LambdaParserTest.java --- a/test/tools/javac/lambda/LambdaParserTest.java Mon Dec 19 12:07:07 2011 +0000 +++ b/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(); }