Skip to content

Commit 5ffb052

Browse files
authored
Merge pull request kubernetes#126214 from 20202200/20202200-patch-1
Fix a spelling error of hash in the description of the build script
2 parents c6669ea + a727522 commit 5ffb052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function kube::build::docker_delete_old_containers() {
320320
done
321321
}
322322

323-
# Takes $1 and computes a short has for it. Useful for unique tag generation
323+
# Takes $1 and computes a short hash for it. Useful for unique tag generation
324324
function kube::build::short_hash() {
325325
[[ $# -eq 1 ]] || {
326326
kube::log::error "Internal error. No data based to short_hash."

0 commit comments

Comments
 (0)