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