diff options
| author | Russell Bryant <rbryant@redhat.com> | 2012-05-25 17:18:21 -0400 |
|---|---|---|
| committer | Russell Bryant <rbryant@redhat.com> | 2012-05-25 17:19:40 -0400 |
| commit | 3ac0e1fc3bd4e3b3fb7931f174e362e4ff1e8740 (patch) | |
| tree | 50141b32b97469893d7994c0cbfe736bae1d8893 | |
| parent | a75486d6240cd9291face18108326eafd6273acd (diff) | |
| download | nova-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.py | 2 |
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. |
