Trivial fix typo of description

Corrected the typo of description in http.py

Change-Id: Iac0dd3fa636c82bb6522f6c8351123f0e6aff13c
This commit is contained in:
Tuan Do Anh 2018-07-10 11:40:14 +07:00
parent a49938dad2
commit bfb8f2e78d
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class VersionNegotiationMixin(object):
if (resp and req_api_ver != self.os_ironic_api_version and
self.api_version_select_state == 'negotiated'):
# If we have a non-standard api version on the request,
# but we think we've negotiated, then the call was overriden.
# but we think we've negotiated, then the call was overridden.
# We should report the error with the called version
requested_version = req_api_ver
# And then we shouldn't save the newly negotiated