scripts: add 'od' to codespell ignore list

This commit is contained in:
Moses Turner 2022-09-16 00:12:16 -05:00 committed by Jakob Bornecrantz
parent e95d21586f
commit fd58d347e7

View file

@ -19,7 +19,7 @@
set -e
# Comma-delimited list of words for codespell to not try to correct.
IGNORE_WORDS_LIST="ang,sinc,sie,inout,stoll,wil,daa,localy"
IGNORE_WORDS_LIST="ang,sinc,sie,inout,stoll,wil,daa,localy,od"
SCRIPTDIR=$(cd $(dirname $0) && pwd)