diff options
Diffstat (limited to 'spelling/check-spelling.sh')
-rwxr-xr-x | spelling/check-spelling.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spelling/check-spelling.sh b/spelling/check-spelling.sh index b3bb15f..5f7b450 100755 --- a/spelling/check-spelling.sh +++ b/spelling/check-spelling.sh @@ -29,7 +29,7 @@ find "${HTML_DIR}" -type f -name '*.html' -print0 | xargs -0 -I{} bash -c "check if [[ -s spelling.txt ]]; then printf "\nvvv Mispelled words detected by hunspell.\n\n" - cat spelling.txt + sort < spelling.txt | uniq printf "\n^^^\n" exit 1 else |