From ca047f462757fe6330189162c15a13840fbe64ea Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 21 Sep 2022 00:15:26 +0200 Subject: Add more words to dictionary --- man/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/check.sh') diff --git a/man/check.sh b/man/check.sh index e6afab8..3f98164 100755 --- a/man/check.sh +++ b/man/check.sh @@ -1,3 +1,3 @@ #!/bin/sh -find . -name '*.3' -exec aspell --home-dir=./ --mode=nroff --ignore-case check {} \; +find . -name '*.[03]' -exec aspell --home-dir=./ --mode=nroff --ignore-case check {} \; -- cgit v1.2.3