From 0ed4089f0ce49cf45da95b05b76e5fb1e77e4793 Mon Sep 17 00:00:00 2001 From: Frank Shearar Date: Tue, 19 Feb 2013 10:13:44 +0000 Subject: [PATCH] Minor typo correction --- src/clojure/langohr/exchange.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clojure/langohr/exchange.clj b/src/clojure/langohr/exchange.clj index 69e6815..2e0a978 100644 --- a/src/clojure/langohr/exchange.clj +++ b/src/clojure/langohr/exchange.clj @@ -21,7 +21,7 @@ By default declares non-autodeleted non-durable exchanges. - Core exhange types: + Core exchange types: - direct: 1:1 form of communication. Routing key defines how broker will direct message from producer to the consumer. - fanout: 1:N message delivery pattern. No routing keys are involved. You bind a queue to exchange and messages sent to that exchange are delivered to all bound queues.