From 7680c2f77113af5bac71a38d8bc07042335e0d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Meireles?= Date: Wed, 1 Apr 2015 10:43:52 +0100 Subject: [PATCH] fix typo in spelling. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: António Meireles --- cluster/vagrant/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/vagrant/util.sh b/cluster/vagrant/util.sh index bdd482df35d08..8450125894273 100644 --- a/cluster/vagrant/util.sh +++ b/cluster/vagrant/util.sh @@ -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