Merge "Fix some typos"

This commit is contained in:
Jenkins 2016-06-21 20:50:50 +00:00 committed by Gerrit Code Review
commit 7bf7ddad9c
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ Normal response code: 200
Error response codes: badRequest(400), unauthorized(401), forbidden(403),
NotImplemented(501)
.. TODO(cdent): this is weird, data is stuctured entirely differently.
.. TODO(cdent): this is weird, data is structured entirely differently.
Show Cell Data
==============

View File

@ -117,7 +117,7 @@ are ignored.
This is an advanced feature which allows the hypervisor to signal to the
compute service that an unexpected state change has occurred in an instance
and that the instance can be shutdown automatically. Unfortunately, this can
race in some conditions, for exmaple in reboot operations or when the compute
race in some conditions, for example in reboot operations or when the compute
service or when host is rebooted (planned or due to an outage). If such races
are common, then it is advisable to disable this feature.

View File

@ -145,7 +145,7 @@ class ServerExternalEventsTestV21(test.NoDBTestCase):
self.assertRaises(self.invalid_error,
self.api.create, self.req, body=body)
def test_create_unkown_events(self):
def test_create_unknown_events(self):
self.event_1['name'] = 'unkown_event'
body = {'events': self.event_1}
self.assertRaises(self.invalid_error,