summaryrefslogtreecommitdiff
path: root/oslo_middleware
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2016-06-09 09:42:30 +1000
committerJamie Lennox <jamielennox@gmail.com>2016-06-09 09:42:30 +1000
commitef0cf8b37f4e9dc0db5c93c721cc1cd9a9cd9a0d (patch)
tree94188ea6900eba5cf240933f73b275c928487c7e /oslo_middleware
parent549be72d688f838a85e2c664b9911546f52c758d (diff)
downloadoslo-middleware-ef0cf8b37f4e9dc0db5c93c721cc1cd9a9cd9a0d.tar.gz
Fix spelling of config option help3.13.0
I think the whole help could be worded better but at least fix the spelling issue. Change-Id: I4f93b4f07dbb08efedec44b9b46cc7daef22f73c
Diffstat (limited to 'oslo_middleware')
-rw-r--r--oslo_middleware/http_proxy_to_wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_middleware/http_proxy_to_wsgi.py b/oslo_middleware/http_proxy_to_wsgi.py
index ad61401..84bc32b 100644
--- a/oslo_middleware/http_proxy_to_wsgi.py
+++ b/oslo_middleware/http_proxy_to_wsgi.py
@@ -19,7 +19,7 @@ from oslo_middleware import base
OPTS = [
cfg.BoolOpt('enable_proxy_headers_parsing',
default=False,
- help="Wether the application is behind a proxy or not. "
+ help="Whether the application is behind a proxy or not. "
"This determines if the middleware should parse the "
"headers or not.")
]