summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-07-02 15:40:45 +0100
committerAsk Solem <ask@celeryproject.org>2012-07-02 15:40:45 +0100
commit7f0d907ffbf776662a20620451ab51383c5a84e0 (patch)
tree4d46bea1d04b72d421f9b7a95ed7dbacfca5dedb /Changelog
parentc2ea0f61daca14dc556c1c3a790accf6ea5c145f (diff)
downloadkombu-7f0d907ffbf776662a20620451ab51383c5a84e0.tar.gz
Fixes typo
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 149fd113..49d5302a 100644
--- a/Changelog
+++ b/Changelog
@@ -125,7 +125,7 @@ Important Notes
these are named ``mailbox_name.pidbox``,
and ``reply.mailbox_name.pidbox``.
- The following can command can be used to clean up these exchanges::
+ The following command can be used to clean up these exchanges::
VHOST=/ URL=amqp:// python -c'import sys,kombu;[kombu.Connection(
sys.argv[-1]).channel().exchange_delete(x)