From df7f55f616c11b087e75f10f1082495a8133157c Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 10 Mar 2016 13:05:19 -0500 Subject: [PATCH] Fix typo of "attempts" in vsphere util.sh during checks. --- cluster/vsphere/util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/vsphere/util.sh b/cluster/vsphere/util.sh index 5fb52a7ec23..6dab6c29017 100755 --- a/cluster/vsphere/util.sh +++ b/cluster/vsphere/util.sh @@ -236,7 +236,7 @@ function kube-check { let effective_timeout=($timeout/$sleepstep) attempt=0 echo - printf "This may take several minutes. Bound to $effective_timeout attemmps" + printf "This may take several minutes. Bound to $effective_timeout attempts" while true; do local rc=0 output=$(kube-ssh ${nodeip} "${cmd}") || rc=1 @@ -274,7 +274,7 @@ function remote-pgrep { max_attempt=60 - printf "This may take several minutes. Bound to $max_attempt attemmps" + printf "This may take several minutes. Bound to $max_attempt attempts" attempt=0 while true; do