refactor: typo in misspelling.
This commit is contained in:
parent
87e5cda506
commit
994e135368
1 changed files with 1 additions and 1 deletions
|
@ -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:"
|
||||
|
|
Loading…
Reference in a new issue