scripts: Add an ignored word to codespell

This commit is contained in:
Ryan Pavlik 2019-11-13 21:46:40 -06:00 committed by Jakob Bornecrantz
parent e01cf5efd3
commit 08061e0c06

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