diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-10-09 21:04:47 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-10-09 21:04:47 +0200 |
| commit | 6c203a4395f30eae4f49230d2e2cb7652006b959 (patch) | |
| tree | a8849ad19daaea7e04718b6f2f8b57a1df1aeffe /scripts/fix_typos.sh | |
| parent | 425cfd0f59c414d18cb5050f8560fb54310cf507 (diff) | |
| download | PROJ-6c203a4395f30eae4f49230d2e2cb7652006b959.tar.gz PROJ-6c203a4395f30eae4f49230d2e2cb7652006b959.zip | |
Fix typos
Diffstat (limited to 'scripts/fix_typos.sh')
| -rwxr-xr-x | scripts/fix_typos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fix_typos.sh b/scripts/fix_typos.sh index 0e1b5a10..06dfa821 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/*,./nad/epsg,./fix_typos/*" +EXCLUDED_FILES="*configure,config.status,config.sub,*/autom4te.cache/*,libtool,aclocal.m4,depcomp,ltmain.sh,*.pdf,./m4/*,./nad/epsg,./fix_typos/*,./docs/build/*" WORDS_WHITE_LIST="metres,als,lsat,twon,ang,PJD_ERR_UNKNOW_UNIT_ID,PJD_ERR_LSAT_NOT_IN_RANGE,COLOR_GRAT" python3 fix_typos/codespell/codespell.py -w -i 3 -q 2 -S $EXCLUDED_FILES \ |
