More spelling fixes inside of nova

Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
This commit is contained in:
Joe Gordon
2011-11-09 13:01:35 -08:00
parent 8f826e136a
commit 155f1e7ff4
13 changed files with 21 additions and 21 deletions

View File

@@ -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