i[Trivialfix]Fix typos in ironic-inspector

Fix the typos in ironic-inspector.

Change-Id: I20eabb78b6529b414e0b928eaa7ffe33221145f3
This commit is contained in:
shangxiaobj 2017-08-31 19:03:52 -07:00
parent 94ac8738db
commit b1c0656041
2 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ API Discovery
~~~~~~~~~~~~~
The API supports API discovery. You can query different parts of the API to
discover what other endpoints are avaliable.
discover what other endpoints are available.
* ``GET /`` List API Versions

View File

@ -570,7 +570,7 @@ class TestApiVersions(BaseAPITest):
def test_usual_requests(self, get_mock):
get_mock.return_value = node_cache.NodeInfo(uuid=self.uuid,
started_at=42.0)
# Successfull
# Successful
self._check_version_present(
self.app.post('/v1/introspection/%s' % self.uuid))
# With error