From c7af592b2b4107b5d9f7d7826d70f88016a3edc0 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 15 Nov 2019 10:35:47 +0000 Subject: [PATCH] scripts: Remove broken ignored word --- 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 a1b3b4686..d2c71e983 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,Ser" +IGNORE_WORDS_LIST="ang,sinc" SCRIPTDIR=$(cd $(dirname $0) && pwd)