summaryrefslogtreecommitdiff
path: root/keystonemiddleware
diff options
context:
space:
mode:
authorQ.hongtao <qihongtao@inspur.com>2019-09-06 16:44:19 +0800
committerQ.hongtao <qihongtao@inspur.com>2019-09-09 09:02:14 +0800
commitd1bd783a77e5b6ae057ba9b13833ff0584e1589b (patch)
treeb023da16451fe765e750859de2aec085e7d6299e /keystonemiddleware
parent0a65b1420799e7c7f8736e9f6c234f755ab5ac6b (diff)
downloadkeystonemiddleware-d1bd783a77e5b6ae057ba9b13833ff0584e1589b.tar.gz
Fix misspell word
Change-Id: I2b727f28733b1f7e2bb0e2dfa94a39bfdd7449fc
Diffstat (limited to 'keystonemiddleware')
-rw-r--r--keystonemiddleware/_common/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystonemiddleware/_common/config.py b/keystonemiddleware/_common/config.py
index de701b0..6194df8 100644
--- a/keystonemiddleware/_common/config.py
+++ b/keystonemiddleware/_common/config.py
@@ -86,7 +86,7 @@ class Config(object):
# local oslo.config object or the caller which instantiates
# AuthProtocol can pass in an existing oslo.config as the
# value of the "oslo_config_config" key in conf. If both are
- # set "olso_config_config" is used.
+ # set "oslo_config_config" is used.
if local_config_project and not local_oslo_config:
config_files = [local_config_file] if local_config_file else None