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