More spelling fixes inside of nova
Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Joe Gordon
					Joe Gordon