Commit 73765702 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #44535 from StevenYCChou/fix-typo

Automatic merge from submit-queue fix typo in build/common.sh **What this PR does / why we need it**: It fixes the typo in comments in `build/common.sh`: - backgound -> background - stoped -> stopped **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents dee81ed5 7985e2c3
...@@ -590,8 +590,8 @@ function kube::build::rsync_probe { ...@@ -590,8 +590,8 @@ function kube::build::rsync_probe {
return 1 return 1
} }
# Start up the rsync container in the backgound. This should be explicitly # Start up the rsync container in the background. This should be explicitly
# stoped with kube::build::stop_rsyncd_container. # stopped with kube::build::stop_rsyncd_container.
# #
# This will set the global var KUBE_RSYNC_ADDR to the effective port that the # This will set the global var KUBE_RSYNC_ADDR to the effective port that the
# rsync daemon can be reached out. # rsync daemon can be reached out.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment