Spelling error

This commit is contained in:
Dave Syer
2011-05-04 08:14:09 +01:00
parent c87a34c820
commit e5ce27352f

View File

@@ -117,7 +117,7 @@ public class PollingLifecycleTests {
}
@Test
public void ensurePollerTaskStopsForAdapterWithInteraptible() throws Exception{
public void ensurePollerTaskStopsForAdapterWithInterruptible() throws Exception{
final CountDownLatch latch = new CountDownLatch(2);
QueueChannel channel = new QueueChannel();