summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Do Anh <tuanda@vn.fujitsu.com>2018-07-10 11:40:14 +0700
committerTuan Do Anh <tuanda@vn.fujitsu.com>2018-07-10 11:41:33 +0700
commitbfb8f2e78d5d3731179a5af279f63b10afb19f76 (patch)
tree571862f1588acf5571a55c92b4a28d00ce7e0132
parenta49938dad21c173a69390742e061143b42557006 (diff)
downloadpython-ironicclient-bfb8f2e78d5d3731179a5af279f63b10afb19f76.tar.gz
Trivial fix typo of description
Corrected the typo of description in http.py Change-Id: Iac0dd3fa636c82bb6522f6c8351123f0e6aff13c
-rw-r--r--ironicclient/common/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironicclient/common/http.py b/ironicclient/common/http.py
index 9b4587a..038c0ca 100644
--- a/ironicclient/common/http.py
+++ b/ironicclient/common/http.py
@@ -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