diff --git a/tools/deckhand_load_yaml.sh b/tools/deckhand_load_yaml.sh index 32e31f20..6d033f68 100755 --- a/tools/deckhand_load_yaml.sh +++ b/tools/deckhand_load_yaml.sh @@ -18,7 +18,7 @@ set -ex # We will need to pass the name of the site/collection as well as the # path of the directory where the YAMLs are stored when we execute the # script. It is mandatory to do so and the script will exit with exception -# if these parameters are missing. For instance, we can excute the script +# if these parameters are missing. For instance, we can execute the script # in the following manner: # # $ ./deckhand_load_yaml.sh site1 '/home/ubuntu/site1' diff --git a/tools/deploy_site.sh b/tools/deploy_site.sh index e735df0c..3eae97c5 100755 --- a/tools/deploy_site.sh +++ b/tools/deploy_site.sh @@ -15,7 +15,7 @@ set -ex -# We can excute the script in the following manner: +# We can execute the script in the following manner: # # $ ./deploy_site.sh # diff --git a/tools/redeploy_server.sh b/tools/redeploy_server.sh index fbd27d45..8b350777 100755 --- a/tools/redeploy_server.sh +++ b/tools/redeploy_server.sh @@ -18,7 +18,7 @@ set -ex # We will need to pass the name of the server that we want to redeploy # when we execute the script. It is mandatory to do so and the script # will exit with exception if the server name is missing. For instance, -# we can excute the script in the following manner: +# we can execute the script in the following manner: # # $ ./redeploy_server.sh controller01 # diff --git a/tools/update_site.sh b/tools/update_site.sh index a7bf4f65..3950cfa9 100755 --- a/tools/update_site.sh +++ b/tools/update_site.sh @@ -15,7 +15,7 @@ set -ex -# We can excute the script in the following manner: +# We can execute the script in the following manner: # # $ ./update_site.sh #