Fix grammatical mistake, Changed character from "an" to "a"

Change-Id: I407793db93ce002cb88bb04193b46869e26d63bc
This commit is contained in:
yangyapeng 2016-01-04 12:59:48 -05:00
parent 58daa10ae3
commit ff721bb764

View File

@ -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
}