aboutsummaryrefslogtreecommitdiff
path: root/scripts/fix_typos.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-02-26 15:04:02 +0100
committerEven Rouault <even.rouault@spatialys.com>2017-02-26 15:04:02 +0100
commit86cead6323c13936e327e232f394d6e2f54e6f8e (patch)
treefa1e4b09f944467128f65894cba8319a6cede489 /scripts/fix_typos.sh
parentb288ee6bbc345baf2ef56aaec49184c34a6cd0dd (diff)
downloadPROJ-86cead6323c13936e327e232f394d6e2f54e6f8e.tar.gz
PROJ-86cead6323c13936e327e232f394d6e2f54e6f8e.zip
Typo fixes
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 1e3e5b43..9fdb21cf 100755
--- a/scripts/fix_typos.sh
+++ b/scripts/fix_typos.sh
@@ -51,4 +51,4 @@ WORDS_WHITE_LIST="metres,als,lsat,twon,ang"
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 \
- -D fix_typos/gdal_dict.txt .
+ -D fix_typos/gdal_dict.txt ./src ./docs ./cmake ./examples