aboutsummaryrefslogtreecommitdiffstats
path: root/spell-check
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-09 23:30:24 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-09 23:33:29 +0200
commitb6d1dffaaa8fa875b9721999163ce2337070ad32 (patch)
treeb39ed48dbac9af8a1af5c78f22550863193c08c3 /spell-check
parentc7e877b88b7e0c9a4608e16df777ded5dd8f6593 (diff)
downloadqpdf-b6d1dffaaa8fa875b9721999163ce2337070ad32.tar.zst
Spell check
Diffstat (limited to 'spell-check')
-rwxr-xr-xspell-check1
1 files changed, 1 insertions, 0 deletions
diff --git a/spell-check b/spell-check
index 27a2bb67..7fb4db81 100755
--- a/spell-check
+++ b/spell-check
@@ -11,6 +11,7 @@
# cspell can be installed with `npm install -g cspell`.
# cspell does its own expansion of shell wildcards.
+cd $(dirname $0)
cspell '**/*.hh' 'include/qpdf/*.h' '**/*.cc' \
'manual/*.rst' 'manual/*.in' 'manual/_ext/*.py' \
'**/CMakeLists.txt' ChangeLog 'README*' TODO