aboutsummaryrefslogtreecommitdiffstats
path: root/spell-check
diff options
context:
space:
mode:
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