From d541df12e7df184373b83841b5ce58d501b46e50 Mon Sep 17 00:00:00 2001 From: Maciej Szankin Date: Thu, 11 Aug 2016 12:49:15 -0500 Subject: Fixed typo in SSL TrivialFix Change-Id: I71b6996c084a47f46268a9929ba1d527c178240d --- oslo_middleware/ssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") ] -- cgit v1.2.1