mirror of https://github.com/celery/kombu.git
Fixes typo in comment
This commit is contained in:
parent
e9e48ad729
commit
224f16160b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue