From b6d1dffaaa8fa875b9721999163ce2337070ad32 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 9 Apr 2022 17:30:24 -0400 Subject: Spell check --- spell-check | 1 + 1 file changed, 1 insertion(+) (limited to 'spell-check') 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 -- cgit v1.2.3-54-g00ecf