--- jsr166/src/test/tck/AbstractQueuedLongSynchronizerTest.java 2010/10/11 06:36:20 1.19 +++ jsr166/src/test/tck/AbstractQueuedLongSynchronizerTest.java 2010/10/11 06:37:10 1.20 @@ -953,7 +953,7 @@ public class AbstractQueuedLongSynchroni /** * acquireSharedTimed returns after release */ - public void testAquireSharedTimed() throws InterruptedException { + public void testAcquireSharedTimed() throws InterruptedException { final BooleanLatch l = new BooleanLatch(); Thread t = new Thread(new CheckedRunnable() {