From 1b847ff6c47e43c824d00d183aa3b859700a1c20 Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Wed, 30 Mar 2016 13:18:26 +0700 Subject: [PATCH] Fix typos in Murano files Change-Id: I01995f63ff7e3989ad32b900dc5ce36738236955 --- devstack/settings | 2 +- doc/source/draft/appendix/cli_ref.rst | 2 +- functionaltests/pre_test_hook.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devstack/settings b/devstack/settings index 56c332d5..bbfeae9b 100644 --- a/devstack/settings +++ b/devstack/settings @@ -50,7 +50,7 @@ MURANO_APPS_BRANCH=${MURANO_APPS_BRANCH:-master} # The problem arise when Murano installed in 'devbox' mode, allowing two or more # devboxes to use one common OpenStack host. In this case it's better devboxes # use separated virtual hosts, to avoid conflicts between Murano services. -# This couldn't be done using exitsting variables, so that's why this variable was added. +# This couldn't be done using existing variables, so that's why this variable was added. MURANO_RABBIT_VHOST=${MURANO_RABBIT_VHOST:-''} # Settings needed for the Murano Tempest Plugin installation diff --git a/doc/source/draft/appendix/cli_ref.rst b/doc/source/draft/appendix/cli_ref.rst index f84054b2..5d539d9b 100644 --- a/doc/source/draft/appendix/cli_ref.rst +++ b/doc/source/draft/appendix/cli_ref.rst @@ -102,7 +102,7 @@ Murano optional arguments **-k, --insecure** Explicitly allow muranoclient to perform "insecure" SSL (https) requests. - The server's certificate willnot be verified against any certificate + The server's certificate will not be verified against any certificate authorities. This option should be used with caution. **--os-cacert ** diff --git a/functionaltests/pre_test_hook.sh b/functionaltests/pre_test_hook.sh index 4027ccc6..f8b7ca74 100755 --- a/functionaltests/pre_test_hook.sh +++ b/functionaltests/pre_test_hook.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This script is executed inside pre_test_hook function in desvstack gate. +# This script is executed inside pre_test_hook function in devstack gate. # Install Murano devstack integration source ./pre_test_hook_common.sh