From fd58d347e7c1bdea1a6a0b38bbf0cbf598fef45f Mon Sep 17 00:00:00 2001 From: Moses Turner Date: Fri, 16 Sep 2022 00:12:16 -0500 Subject: [PATCH] scripts: add 'od' to codespell ignore list --- scripts/codespell-project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)