Typo fix
This commit is contained in:
parent
b7a110c88d
commit
2178b66247
|
@ -80,6 +80,7 @@ jobs:
|
|||
echo 'routime->routine' >> dictionary.txt
|
||||
echo 'explorere->explorer' >> dictionary.txt
|
||||
echo 'mein->main' >> dictionary.txt
|
||||
echo 'trigegred->triggered' >> dictionary.txt
|
||||
# Only lowercase letters are allowed in --ignore-words-list
|
||||
codespell --dictionary=dictionary.txt --dictionary=dictionary_rare.txt --dictionary=dictionary_code.txt \
|
||||
--ignore-words-list="wil,unknwn,tolen,pevent,doubleclick,parm,parms,etcp,ois,ba,ptd,modell,namesd,stdio,uint,errorstring,ontext,atend,deque,ecounter,nmake,namess,inh,daa,varient,lite,uis,emai,ws,slanguage" \
|
||||
|
|
|
@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [1.8.2b / 5.63.2] - 2023-04-??
|
||||
|
||||
### Fixed
|
||||
- fixed issue with the new SBIE2307 being trigegred on media removal
|
||||
- fixed issue with the new SBIE2307 being triggered on media removal
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue