Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 8caf811

Browse files
tmnuwan12maciejwalkowiak
authored andcommitted
Fix typo in the exception text
Fixes gh-519 Closes gh-561
1 parent 6da9925 commit 8caf811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-aws-integration-test/src/test/java/org/springframework/cloud/aws/messaging/AbstractContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void tearDown() throws Exception {
4747
this.simpleMessageListenerContainer.stop(countDownLatch::countDown);
4848

4949
if (!countDownLatch.await(15, TimeUnit.SECONDS)) {
50-
throw new Exception("Couldn't stop container withing 15 seconds");
50+
throw new Exception("Couldn't stop container within 15 seconds");
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)