refactor: typo in misspelling.

This commit is contained in:
Fernandez Ludovic 2017-05-26 23:46:47 +02:00 committed by Vincent Demeester
parent 87e5cda506
commit 994e135368

View file

@ -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:"