Merge "Fix some typos"
This commit is contained in:
commit
7bf7ddad9c
@ -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
|
||||
==============
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user