--- jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java 2010/10/09 19:30:34 1.36 +++ jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java 2010/10/11 06:36:20 1.37 @@ -951,7 +951,7 @@ public class AbstractQueuedSynchronizerT /** * acquireSharedTimed returns after release */ - public void testAsquireSharedTimed() throws InterruptedException { + public void testAcquireSharedTimed() throws InterruptedException { final BooleanLatch l = new BooleanLatch(); Thread t = new Thread(new CheckedRunnable() {