diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2011-11-09 13:01:35 -0800 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2011-11-09 19:57:44 -0800 |
commit | d7b9ee35569482be69918ba8ed448688568a7def (patch) | |
tree | 0195bd8bebfd826fa7ce398f3715c1681bf39e9f /nova/test.py | |
parent | bcb590cba55d3d7318f2870cddc1cf507652e2a2 (diff) | |
download | nova-d7b9ee35569482be69918ba8ed448688568a7def.tar.gz nova-d7b9ee35569482be69918ba8ed448688568a7def.tar.xz nova-d7b9ee35569482be69918ba8ed448688568a7def.zip |
More spelling fixes inside of nova
Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
Diffstat (limited to 'nova/test.py')
-rw-r--r-- | nova/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/test.py b/nova/test.py index be259ce27..abd1294d4 100644 --- a/nova/test.py +++ b/nova/test.py @@ -69,7 +69,7 @@ class skip_test(object): class skip_if(object): - """Decorator that skips a test if contition is true.""" + """Decorator that skips a test if condition is true.""" def __init__(self, condition, msg): self.condition = condition self.message = msg @@ -152,7 +152,7 @@ class TestCase(unittest.TestCase): if FLAGS.image_service == 'nova.image.fake.FakeImageService': nova.image.fake.FakeImageService_reset() - # Reset any overriden flags + # Reset any overridden flags self.reset_flags() # Stop any timers |