From a20de17d5e7ff21e1575dbf7d74027e57fc43561 Mon Sep 17 00:00:00 2001 From: yuqi huang Date: Mon, 24 Aug 2015 20:13:38 +0800 Subject: [PATCH] Correct the wrong words in shell comments Correct the wrong words in shell comments --- cluster/kube-push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/kube-push.sh b/cluster/kube-push.sh index 616ae2fcf07..1dddf1f4061 100755 --- a/cluster/kube-push.sh +++ b/cluster/kube-push.sh @@ -29,7 +29,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh" function usage() { echo "${0} [-m|-n ] " - echo " Updates Kurnetes binaries. Can be done for all components (by default), master(-m) or specified node(-n)." + echo " Updates Kubernetes binaries. Can be done for all components (by default), master(-m) or specified node(-n)." echo " If the version is not specified will try to use local binaries." echo " Warning: upgrading single node is experimental" } @@ -70,7 +70,7 @@ if [[ "${push_to_master}" == "false" ]] && [[ "${push_to_node}" == "false" ]]; t fi if [[ "${push_to_master}" == "true" ]]; then - echo "Udating master to version ${KUBE_VERSION:-"dev"}" + echo "Updating master to version ${KUBE_VERSION:-"dev"}" prepare-push false push-master fi