From 7985e2c374a14223f0c47d63a93d322320673668 Mon Sep 17 00:00:00 2001 From: StevenYCChou Date: Sun, 16 Apr 2017 01:28:59 -0400 Subject: [PATCH] fix typo in build/common.sh --- build/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/common.sh b/build/common.sh index 772f353000e..8abf0a5758c 100755 --- a/build/common.sh +++ b/build/common.sh @@ -590,8 +590,8 @@ function kube::build::rsync_probe { return 1 } -# Start up the rsync container in the backgound. This should be explicitly -# stoped with kube::build::stop_rsyncd_container. +# Start up the rsync container in the background. This should be explicitly +# stopped with kube::build::stop_rsyncd_container. # # This will set the global var KUBE_RSYNC_ADDR to the effective port that the # rsync daemon can be reached out.