Skip to content

Commit

Permalink
Merge pull request #6283 from AntonioMeireles/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in spelling in cluster/vagrant/util.sh.
  • Loading branch information
gmarek committed Apr 1, 2015
2 parents 151b2ef + 7680c2f commit b9babb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/vagrant/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9babb5

Please sign in to comment.