summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.")
]