Additional typo fixes
This commit is contained in:
parent
7480aced66
commit
8c16ed6a39
|
@ -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" \
|
||||
|
|
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue