diff options
author | meena <meena.pitchiah@hp.com> | 2014-02-14 00:13:40 +0000 |
---|---|---|
committer | meena <meena.pitchiah@hp.com> | 2014-02-19 23:09:18 +0000 |
commit | 6d07991a588aeacd368ba01a8301462e2cb90462 (patch) | |
tree | f0c9d64e16367c76222ee4243776d993ef5deddb /run_tests.sh | |
parent | 4e1eb710e0dc44b4b18dc0a83f1fdeaa05030d15 (diff) | |
download | horizon-6d07991a588aeacd368ba01a8301462e2cb90462.tar.gz |
Typo corrections in run_tests.sh comments
Change-Id: I7d247bada06b38884970c1187a51357ab76a8952
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh index 5adb1f96b..d7dbb23b1 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -4,8 +4,8 @@ set -o errexit # ---------------UPDATE ME-------------------------------# # Increment me any time the environment should be rebuilt. -# This includes dependncy changes, directory renames, etc. -# Simple integer secuence: 1, 2, 3... +# This includes dependency changes, directory renames, etc. +# Simple integer sequence: 1, 2, 3... environment_version=41 #--------------------------------------------------------# |