Merge pull request #110941 from runzhliu/patch-1

improve the comments
This commit is contained in:
Kubernetes Prow Robot
2022-09-19 14:21:34 -07:00
committed by GitHub
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}/" \