contrib: Fix speling issues

Found by codespell
This commit is contained in:
Erik Ekman
2023-10-14 18:01:37 +02:00
parent 3c06267d8e
commit e7abb85d63
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ CODESPELL_OPTS+=" --check-hidden"
# Disable false positives "nd => and, 2nd", "ans => and", "tolen => token",
# "ofo => of", "WAN => WANT", "mut => must, mutt, moot"
CODESPELL_OPTS+=" --ignore-words-list=nd,ans,tolen,ofo,wan,mut,clen,useg,clos "
CODESPELL_OPTS+=" --ignore-words-list=devine,clinet,linz,garantie,explicite "
CODESPELL_OPTS+=" --ignore-words-list=devine,clinet,linz,garantie,explicite,numer "
# propagate all options to codespell -> pass "-w" to this script to write changes
CODESPELL_OPTS+="$@"