From 3d495d441585d23baef3006a7e8a1f130082b666 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 25 Apr 2013 12:46:15 -0400 Subject: [PATCH] Fix Typo https://bugzilla.redhat.com/show_bug.cgi?id=949488 Change-Id: I3cd5e930c7f81ada0df3a36dff322bc187f16890 --- packstack/plugins/dashboard_500.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packstack/plugins/dashboard_500.py b/packstack/plugins/dashboard_500.py index 03ec7b22b..0bbfd4afa 100644 --- a/packstack/plugins/dashboard_500.py +++ b/packstack/plugins/dashboard_500.py @@ -65,7 +65,7 @@ def initConfig(controllerObject): paramsList = [ {"CMD_OPTION" : "os-ssl-cert", "USAGE" : "PEM encoded certificate to be used for ssl on the https server, leave blank if one should be generated, this certificate should not require a passphrase", - "PROMPT" : "Enter the path to a PEM encoded certificate to be used on thr https server, leave blank if one should be generated, this certificate should not require a passphrase", + "PROMPT" : "Enter the path to a PEM encoded certificate to be used on the https server, leave blank if one should be generated, this certificate should not require a passphrase", "OPTION_LIST" : [], "VALIDATORS" : [], "DEFAULT_VALUE" : '',