Skip to content

Commit 1f90cc8

Browse files
tmnuwan12maciejwalkowiak
authored andcommitted
Fix typo in the exception text
Fixes spring-atticgh-519 Closes spring-atticgh-561
1 parent 3514c51 commit 1f90cc8

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)