From 41202d7756677792ffc7e11f3424beb19df3b7dc Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Tue, 22 Dec 2015 20:47:21 +0530 Subject: [PATCH] Correct typos Change-Id: Ib313bda04ffc003b498e10148ea8d3ff78c0e08f --- grenade.sh | 2 +- inc/upgrade | 2 +- prep-target | 2 +- projects/50_neutron/upgrade.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/grenade.sh b/grenade.sh index 7950f3f2..114ad718 100755 --- a/grenade.sh +++ b/grenade.sh @@ -131,7 +131,7 @@ fi # Set up logging of screen windows # Set ``SCREEN_LOGDIR`` to turn on logging of screen windows to the -# directory specified in ``SCREEN_LOGDIR``, we will log to the the file +# directory specified in ``SCREEN_LOGDIR``, we will log to the file # ``screen-$SERVICE_NAME-$TIMESTAMP.log`` in that dir and have a link # ``screen-$SERVICE_NAME.log`` to the latest log file. # Logs are kept for as long specified in ``LOGDAYS``. diff --git a/inc/upgrade b/inc/upgrade index 0bb156d5..434d5f5a 100644 --- a/inc/upgrade +++ b/inc/upgrade @@ -64,7 +64,7 @@ function upgrade_project { # NOTE(maurosr): Ideally in a new upgrade test right after a release no new # configuration is need, so we can go on without the from- directory. # This is also useful due to cross dependencie between d-g and grenade when - # enabling grenade to run a an upgrade between a new pair of releases. + # enabling grenade to run an upgrade between a new pair of releases. project=$1 base_dir=$2 diff --git a/prep-target b/prep-target index 1f2e3f64..63308de1 100755 --- a/prep-target +++ b/prep-target @@ -119,7 +119,7 @@ install_infra # Start dstat if it's in the ENABLED_SERVICES list. We really want # this running before any services start to see what's going on when -# they start up, especialy if there are failures. +# they start up, especially if there are failures. source $TARGET_DEVSTACK_DIR/lib/dstat start_dstat diff --git a/projects/50_neutron/upgrade.sh b/projects/50_neutron/upgrade.sh index d47f8c6c..0608b538 100755 --- a/projects/50_neutron/upgrade.sh +++ b/projects/50_neutron/upgrade.sh @@ -36,7 +36,7 @@ GetDistro # This script exits on an error so that errors don't compound and you see -# only the first error that occured. +# only the first error that occurred. set -o errexit # Print the commands being run so that we can see the command that triggers