mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
scripts: Remove broken ignored word
This commit is contained in:
parent
b4e3dbbd18
commit
c7af592b2b
|
@ -19,7 +19,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Comma-delimited list of words for codespell to not try to correct.
|
# 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)
|
SCRIPTDIR=$(cd $(dirname $0) && pwd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue