aboutsummaryrefslogtreecommitdiff
path: root/scripts/fix_typos.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-21 21:16:33 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-21 21:16:33 +0100
commit8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1 (patch)
treeb512b68715d0357164a942de15e0258318391d46 /scripts/fix_typos.sh
parente2cb5b21501159de7543ba985c6b183d7bc79331 (diff)
downloadPROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.tar.gz
PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.zip
Fix typos in code comments
Diffstat (limited to 'scripts/fix_typos.sh')
-rwxr-xr-xscripts/fix_typos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fix_typos.sh b/scripts/fix_typos.sh
index e8670700..8ba4c09a 100755
--- a/scripts/fix_typos.sh
+++ b/scripts/fix_typos.sh
@@ -46,7 +46,7 @@ if ! test -d fix_typos; then
cd ..
fi
-EXCLUDED_FILES="*configure,config.status,config.sub,*/autom4te.cache/*,libtool,aclocal.m4,depcomp,ltmain.sh,*.pdf,./m4/*,./fix_typos/*,./docs/build/*,./src/*generated*,./test/googletest/*"
+EXCLUDED_FILES="*configure,config.status,config.sub,*/autom4te.cache/*,libtool,aclocal.m4,depcomp,ltmain.sh,*.pdf,./m4/*,./fix_typos/*,./docs/build/*,./src/*generated*,./test/googletest/*,./include/proj/internal/nlohmann/json.hpp,*.before_reformat"
WORDS_WHITE_LIST="metres,als,lsat,twon,ang,PJD_ERR_LSAT_NOT_IN_RANGE,COLOR_GRAT"
python3 fix_typos/codespell/codespell.py -w -i 3 -q 2 -S $EXCLUDED_FILES \