diff --git a/scripts/codespell-project.sh b/scripts/codespell-project.sh index 74a7f0c78..d3a139a7f 100755 --- a/scripts/codespell-project.sh +++ b/scripts/codespell-project.sh @@ -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)