Merge pull request #27936 from piosz/typo

Automatic merge from submit-queue

Fixed typo in upgrade.sh script

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
pull/6/head
k8s-merge-robot 2016-06-24 13:57:25 -07:00 committed by GitHub
commit e8aa0e8a7b
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ function do-node-upgrade() {
echo "Rolling update ${update} is ${result} state and finished."
break
fi
echo "Rolling update ${update} is stil in ${result} state."
echo "Rolling update ${update} is still in ${result} state."
sleep 10
done
done