Skip to content

Commit 74a7b39

Browse files
committed
spelling: exchange
1 parent fe75196 commit 74a7b39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/test/java/com/rabbitmq/client/test/functional/AlternateExchange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void handleReturn(int replyCode,
9696
*
9797
* @param name the name of the exchange to be created, and queue
9898
* to be bound
99-
* @param ae the name of the alternate-exchage
99+
* @param ae the name of the alternate-exchange
100100
*/
101101
protected void setupRouting(String name, String ae) throws IOException {
102102
Map<String, Object> args = new HashMap<String, Object>();

src/test/java/com/rabbitmq/client/test/functional/BindingLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public class BindingLifecycle extends BindingLifecycleBase {
153153
* The unsubscribe should cause the queue to auto_delete, which in
154154
* turn should cause the exchange to auto_delete.
155155
*
156-
* Then re-declare the queue again and try to rebind it to the same exhange.
156+
* Then re-declare the queue again and try to rebind it to the same exchange.
157157
*
158158
* Because the exchange has been auto-deleted, the bind operation
159159
* should fail.

src/test/java/com/rabbitmq/client/test/server/DurableBindingLifecycle.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ private void restartPrimary() throws IOException, TimeoutException {
8585

8686
/**
8787
* This tests whether the bindings attached to a durable exchange
88-
* are correctly blown away when the exhange is nuked.
88+
* are correctly blown away when the exchange is nuked.
8989
*
90-
* This complements a unit test for testing non-durable exhanges.
90+
* This complements a unit test for testing non-durable exchanges.
9191
* In that case, an exchange is deleted and you expect any
9292
* bindings hanging to it to be deleted as well. To verify this,
9393
* the exchange is deleted and then recreated.

0 commit comments

Comments
 (0)