Skip to content

Commit 7a56caa

Browse files
author
Simon MacMullen
committed
Speling
1 parent 7a74269 commit 7a56caa

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
@@ -468,7 +468,7 @@ void exchangeDeclareNoWait(String exchange,
468468

469469
/**
470470
* Same as {@link Channel#exchangeUnbind(String, String, String, java.util.Map)} but sets no-wait parameter to true
471-
* and retuns nothing (as there will be no response from the server).
471+
* and returns nothing (as there will be no response from the server).
472472
* @param destination the name of the exchange to which messages flow across the binding
473473
* @param source the name of the exchange from which messages flow across the binding
474474
* @param routingKey the routine key to use for the binding

0 commit comments

Comments
 (0)