diff --git a/script/validate-misspell b/script/validate-misspell index d3f1b375a..e21161223 100755 --- a/script/validate-misspell +++ b/script/validate-misspell @@ -18,7 +18,7 @@ for f in "${files[@]}"; do done if [ ${#errors[@]} -eq 0 ]; then - echo 'Congratulations! All Go source files and docs have been checked for common mispellings.' + echo 'Congratulations! All Go source files and docs have been checked for common misspellings.' else { echo "Errors from misspell:"