diff --git a/scripts/codespell-project.sh b/scripts/codespell-project.sh index 6f1fd6e37..f685a28f9 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" +IGNORE_WORDS_LIST="ang,sinc,Ser" SCRIPTDIR=$(cd $(dirname $0) && pwd)