summaryrefslogtreecommitdiffstats
path: root/nova/openstack
diff options
context:
space:
mode:
authorMatt Joyce <matt.joyce@cloudscaling.com>2013-01-16 11:50:01 -0800
committerMatt Joyce <matt.joyce@cloudscaling.com>2013-01-16 11:50:01 -0800
commit0651e60e4edade54e4d04d2e3b93c48f4e390a5c (patch)
tree44aaba4e88be686e38da7e2b346029cd293afdcd /nova/openstack
parent01f204efdf4cee1823475fd346ce6dbaca915715 (diff)
downloadnova-0651e60e4edade54e4d04d2e3b93c48f4e390a5c.tar.gz
nova-0651e60e4edade54e4d04d2e3b93c48f4e390a5c.tar.xz
nova-0651e60e4edade54e4d04d2e3b93c48f4e390a5c.zip
correcting for proper use of the word 'an'.
Change-Id: Ib6180284d806a00c520df378e651fba947e2397a
Diffstat (limited to 'nova/openstack')
-rw-r--r--nova/openstack/common/rpc/impl_kombu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/openstack/common/rpc/impl_kombu.py b/nova/openstack/common/rpc/impl_kombu.py
index bf38201f5..305dc7877 100644
--- a/nova/openstack/common/rpc/impl_kombu.py
+++ b/nova/openstack/common/rpc/impl_kombu.py
@@ -175,7 +175,7 @@ class ConsumerBase(object):
try:
self.queue.cancel(self.tag)
except KeyError, e:
- # NOTE(comstud): Kludge to get around a amqplib bug
+ # NOTE(comstud): Kludge to get around an amqplib bug
if str(e) != "u'%s'" % self.tag:
raise
self.queue = None