From 3ac0e1fc3bd4e3b3fb7931f174e362e4ff1e8740 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 25 May 2012 17:18:21 -0400 Subject: Fix a minor spelling error. Change-Id: I6fe9f254814be6c28bc9377b864c8c4c454390ff --- nova/tests/rpc/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit