From ff721bb76423b77f84af4ec868be9a72be2a63ec Mon Sep 17 00:00:00 2001 From: yangyapeng Date: Mon, 4 Jan 2016 12:59:48 -0500 Subject: [PATCH] Fix grammatical mistake, Changed character from "an" to "a" Change-Id: I407793db93ce002cb88bb04193b46869e26d63bc --- tests/setup_gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setup_gate.sh b/tests/setup_gate.sh index 2bd41e3969..82657f37db 100755 --- a/tests/setup_gate.sh +++ b/tests/setup_gate.sh @@ -13,7 +13,7 @@ function detect_disk { if [[ $(hostname | grep rax) ]]; then export DEV="xvde" else - echo "Assuming this is an hpcloud box" + echo "Assuming this is a hpcloud box" export DEV="vdb" fi }