summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell Bryant <rbryant@redhat.com>2012-05-25 17:18:21 -0400
committerRussell Bryant <rbryant@redhat.com>2012-05-25 17:19:40 -0400
commit3ac0e1fc3bd4e3b3fb7931f174e362e4ff1e8740 (patch)
tree50141b32b97469893d7994c0cbfe736bae1d8893
parenta75486d6240cd9291face18108326eafd6273acd (diff)
downloadnova-3ac0e1fc3bd4e3b3fb7931f174e362e4ff1e8740.tar.gz
nova-3ac0e1fc3bd4e3b3fb7931f174e362e4ff1e8740.tar.xz
nova-3ac0e1fc3bd4e3b3fb7931f174e362e4ff1e8740.zip
Fix a minor spelling error.
Change-Id: I6fe9f254814be6c28bc9377b864c8c4c454390ff
-rw-r--r--nova/tests/rpc/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/rpc/common.py b/nova/tests/rpc/common.py
index c07ddfa1a..3c13869ba 100644
--- a/nova/tests/rpc/common.py
+++ b/nova/tests/rpc/common.py
@@ -212,7 +212,7 @@ class BaseRpcAMQPTestCase(BaseRpcTestCase):
break
greenthread.sleep(0.1)
else:
- self.fail("Timeout waiting for message to be consued")
+ self.fail("Timeout waiting for message to be consumed")
# Now see if we get a response even though we raised an
# exception for the cast above.