Skip to content

Commit

Permalink
Additional typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak654 committed Jul 4, 2023
1 parent 7480ace commit 8c16ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion SandboxiePlus/SandMan/Wizards/BoxAssistant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 8c16ed6

Please sign in to comment.