Merge pull request #6283 from AntonioMeireles/fix_typo

Fix typo in spelling in cluster/vagrant/util.sh.
This commit is contained in:
gmarek 2015-04-01 13:59:30 +02:00
commit b9babb56b0

View File

@ -296,7 +296,7 @@ function find-vagrant-name-by-ip {
echo "minion-$((${BASH_REMATCH[1]} - 1))"
}
# Find the vagrant machien name based on the host name of the minion
# Find the vagrant machine name based on the host name of the minion
function find-vagrant-name-by-minion-name {
local ip="$1"
if [[ "$ip" == "${INSTANCE_PREFIX}-master" ]]; then