summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Szankin <maciej.szankin@intel.com>2016-08-11 12:49:15 -0500
committerMaciej Szankin <maciej.szankin@intel.com>2016-08-11 12:49:44 -0500
commitd541df12e7df184373b83841b5ce58d501b46e50 (patch)
tree09d5873901097303aec575aed09d98c834d49db2
parent37d1a0f6c36bbdde22d103f8dbccefea5ec67895 (diff)
downloadoslo-middleware-d541df12e7df184373b83841b5ce58d501b46e50.tar.gz
Fixed typo in SSL
TrivialFix Change-Id: I71b6996c084a47f46268a9929ba1d527c178240d
-rw-r--r--oslo_middleware/ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_middleware/ssl.py b/oslo_middleware/ssl.py
index 7853dc1..f90e954 100644
--- a/oslo_middleware/ssl.py
+++ b/oslo_middleware/ssl.py
@@ -20,7 +20,7 @@ OPTS = [
deprecated_for_removal=True,
help="The HTTP Header that will be used to determine what "
"the original request protocol scheme was, even if it was "
- "hidden by an SSL termination proxy.")
+ "hidden by a SSL termination proxy.")
]