Additional typo fixes

This commit is contained in:
isaak654 2023-07-04 21:44:45 +02:00
parent 7480aced66
commit 8c16ed6a39
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
2 changed files with 2 additions and 1 deletions

View File

@ -87,6 +87,7 @@ jobs:
echo 'hread->thread' >> dictionary.txt
echo 'tamplete->template' >> dictionary.txt
echo 'prising->praising' >> dictionary.txt
echo 'wi->we, will' >> 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,woh,tne" \

View File

@ -930,7 +930,7 @@ bool CRunPage::validatePage()
// disable back button on the current page
wizard()->button(QWizard::BackButton)->setEnabled(false);
// disable next button, OnStateChanged wi re enable it
// disable next button, OnStateChanged will re-enable it
wizard()->button(QWizard::NextButton)->setEnabled(false);
if (pEngine->HasQuery()) {