Fixes typo in comment

This commit is contained in:
Ask Solem 2014-05-21 16:49:21 +01:00
parent e9e48ad729
commit 224f16160b
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ class Channel(AbstractChannel, base.StdChannel):
return self.typeof(exchange).deliver(
message, exchange, routing_key, **kwargs
)
# anon exchange: routing_key is the destintaion queue
# anon exchange: routing_key is the destination queue
return self._put(routing_key, message, **kwargs)
def basic_consume(self, queue, no_ack, callback, consumer_tag, **kwargs):