Fix spelling of config option help

I think the whole help could be worded better but at least fix the
spelling issue.

Change-Id: I4f93b4f07dbb08efedec44b9b46cc7daef22f73c
This commit is contained in:
Jamie Lennox 2016-06-09 09:42:30 +10:00
parent 549be72d68
commit ef0cf8b37f

@ -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.")
]