Fix code spell check fail

Signed-off-by: Ming <mqiu@vmware.com>
This commit is contained in:
Ming
2022-09-06 06:35:16 +00:00
parent e4c84b7b3d
commit 6fe8d4b65f
11 changed files with 20 additions and 19 deletions

View File

@@ -95,7 +95,7 @@ eval $(go run $DIR/chk_version.go)
printf "To clarify, you've provided a version string of $VELERO_VERSION.\n"
printf "Based on this, the following assumptions have been made: \n"
# $VELERO_PATCH gets populated by the chk_version.go scrip that parses and verifies the given version format
# $VELERO_PATCH gets populated by the chk_version.go script that parses and verifies the given version format
# If we've got a patch release, we assume the tag is on release branch.
if [[ "$VELERO_PATCH" != 0 ]]; then
printf "*\t This is a patch release.\n"