--- jsr166/src/test/tck/CyclicBarrierTest.java 2011/05/06 11:22:07 1.18 +++ jsr166/src/test/tck/CyclicBarrierTest.java 2011/05/15 16:56:41 1.19 @@ -152,7 +152,7 @@ public class CyclicBarrierTest extends J /** * A timeout in timed await throws TimeoutException */ - public void testAwait3_TimeOutException() throws InterruptedException { + public void testAwait3_TimeoutException() throws InterruptedException { final CyclicBarrier c = new CyclicBarrier(2); Thread t = new ThreadShouldThrow(TimeoutException.class) { public void realRun() throws Exception {