src/core: Fix speling issues

Found by codespell
This commit is contained in:
Erik Ekman
2023-10-14 18:16:49 +02:00
parent 8c1190143c
commit 5e3268cf3e
10 changed files with 11 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ CODESPELL_OPTS+=" --check-hidden"
# "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,numer "
CODESPELL_OPTS+=" --ignore-words-list=skool "
# propagate all options to codespell -> pass "-w" to this script to write changes
CODESPELL_OPTS+="$@"