From f9fcd8ba3fcdb87d7de5cb8afbbf62f237cbf36b Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Thu, 25 Aug 2016 11:29:58 +0900 Subject: [PATCH] Fix typo This patch fixes typo. Change-Id: I06752205c7947f6b8d90c17ed1fd7c94acf15555 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index fbeef844..ce76b2f3 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -38,7 +38,7 @@ if is_service_enabled magnum-ui; then elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then # Configure after the other layer 1 and 2 services have been configured - echo_summary "Configurng Magnum UI" + echo_summary "Configuring Magnum UI" configure_magnum_ui elif [[ "$1" == "stack" && "$2" == "extra" ]]; then