Skip to content

Commit 8f89a76

Browse files
author
Alexandru Scvortov
committed
typo
1 parent 349d7a6 commit 8f89a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ void basicNack(long deliveryTag, boolean multiple, boolean requeue)
705705
*/
706706
boolean waitForConfirms() throws IOException, InterruptedException;
707707

708-
/** Wait untill all messages published since the last call have
708+
/** Wait until all messages published since the last call have
709709
* been either ack'd or nack'd by the broker. If any of the
710710
* messages were nack'd, waitForConfirmsOrDie will throw an
711711
* IOException. When called on a non-Confirm channel, it will

0 commit comments

Comments
 (0)