aboutsummaryrefslogtreecommitdiff
path: root/spelling/check-spelling.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xspelling/check-spelling.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spelling/check-spelling.sh b/spelling/check-spelling.sh
index 60ae5df..4f7549c 100755
--- a/spelling/check-spelling.sh
+++ b/spelling/check-spelling.sh
@@ -18,7 +18,7 @@ for DICT in spelling/*.txt; do
}
done
-cat spelling/international.dic.txt spelling/en_US.dic.txt spelling/en_US.aff.txt > dicts.txt
+cat spelling/*.txt > dicts.txt
check() {
html="$1"
echo "$1"