From fc0ff92777cc6be1914ff59b02d10e9fb75eb199 Mon Sep 17 00:00:00 2001 From: JordanP Date: Wed, 17 Dec 2014 12:39:36 +0100 Subject: [PATCH] lib/swift : fix misleading typo in a code comment The code comment was picked from lib/keystone but not changed. Change-Id: Idebe5af84d481d52d529575e666105e4b0e06a59 --- lib/swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/swift b/lib/swift index 41f9e84afa..e9043b32a1 100644 --- a/lib/swift +++ b/lib/swift @@ -132,7 +132,7 @@ SWIFT_TEMPURL_KEY=${SWIFT_TEMPURL_KEY} # Tell Tempest this project is present TEMPEST_SERVICES+=,swift -# Toggle for deploying Keystone under HTTPD + mod_wsgi +# Toggle for deploying Swift under HTTPD + mod_wsgi SWIFT_USE_MOD_WSGI=${SWIFT_USE_MOD_WSGI:-False} # Functions