summaryrefslogtreecommitdiff
path: root/kombu
diff options
context:
space:
mode:
Diffstat (limited to 'kombu')
-rw-r--r--kombu/transport/virtual/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/transport/virtual/__init__.py b/kombu/transport/virtual/__init__.py
index cb844de9..ddcca471 100644
--- a/kombu/transport/virtual/__init__.py
+++ b/kombu/transport/virtual/__init__.py
@@ -520,7 +520,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):