Merge "Fix a typo in code comment"

This commit is contained in:
Jenkins 2017-05-26 19:05:46 +00:00 committed by Gerrit Code Review
commit 68afc48b42
1 changed files with 1 additions and 1 deletions

View File

@ -3182,7 +3182,7 @@ class InstanceTestCase(test.TestCase, ModelsObjectComparatorMixin):
self.assertIsNone(new['host'])
def test_instance_update_and_get_original_expected_task_state_deleting(self): # noqa
# Ensure that we raise UnepectedDeletingTaskStateError when task state
# Ensure that we raise UnexpectedDeletingTaskStateError when task state
# is not as expected, and it is DELETING
instance = self.create_instance_with_args(
task_state=task_states.DELETING)