scripts: Remove broken ignored word

This commit is contained in:
Jakob Bornecrantz 2019-11-15 10:35:47 +00:00
parent b4e3dbbd18
commit c7af592b2b

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,Ser"
IGNORE_WORDS_LIST="ang,sinc"
SCRIPTDIR=$(cd $(dirname $0) && pwd)