diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-11 19:18:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-11 19:18:52 +0100 |
| commit | ad32b8147fd5092fc5f439feabf644562ea533c0 (patch) | |
| tree | c040785a7aa66a1bf86e0ff2349a516b7b6029ab /scripts | |
| parent | fe25bb7b9dce56302556b1980c59337e04147e6a (diff) | |
| parent | 7ddd7937085524bcfb09ae7eb2a2865e9de6b987 (diff) | |
| download | PROJ-ad32b8147fd5092fc5f439feabf644562ea533c0.tar.gz PROJ-ad32b8147fd5092fc5f439feabf644562ea533c0.zip | |
Merge pull request #853 from rouault/typo_fixes
Typo fixes
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/fix_typos.sh | 2 | ||||
| -rw-r--r-- | scripts/typos_whitelist.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/fix_typos.sh b/scripts/fix_typos.sh index 9fdb21cf..0e1b5a10 100755 --- a/scripts/fix_typos.sh +++ b/scripts/fix_typos.sh @@ -47,7 +47,7 @@ if ! test -d fix_typos; then fi EXCLUDED_FILES="*configure,config.status,config.sub,*/autom4te.cache/*,libtool,aclocal.m4,depcomp,ltmain.sh,*.pdf,./m4/*,./nad/epsg,./fix_typos/*" -WORDS_WHITE_LIST="metres,als,lsat,twon,ang" +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 \ -x scripts/typos_whitelist.txt --words-white-list=$WORDS_WHITE_LIST \ diff --git a/scripts/typos_whitelist.txt b/scripts/typos_whitelist.txt index 8b137891..e69de29b 100644 --- a/scripts/typos_whitelist.txt +++ b/scripts/typos_whitelist.txt @@ -1 +0,0 @@ - |
