diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index f52a787e..fb5b1999 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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" \ diff --git a/SandboxiePlus/SandMan/Wizards/BoxAssistant.cpp b/SandboxiePlus/SandMan/Wizards/BoxAssistant.cpp index 7d9e8e99..ccebce6f 100644 --- a/SandboxiePlus/SandMan/Wizards/BoxAssistant.cpp +++ b/SandboxiePlus/SandMan/Wizards/BoxAssistant.cpp @@ -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()) {