From 994e13536814634ddbcb4e6c0ade3a94a6edd7e4 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 26 May 2017 23:46:47 +0200 Subject: [PATCH] refactor: typo in misspelling. --- script/validate-misspell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"