improve the comments

This commit is contained in:
runzhliu
2022-07-04 16:47:26 +08:00
committed by runzhliu
parent 89aaf7c02d
commit 37f66cb9d8
3 changed files with 3 additions and 3 deletions

View File

@@ -565,7 +565,7 @@ function kube::build::run_build_command_ex() {
}
function kube::build::rsync_probe {
# Wait unil rsync is up and running.
# Wait until rsync is up and running.
local tries=20
while (( tries > 0 )) ; do
if rsync "rsync://k8s@${1}:${2}/" \