fix various typos throughout codebase

Found via `codespell -q 3 -S "*.pdf,*.po,./.git,*.tosc,./waf,./share/patchfiles,./libs,./msvc_extra_headers,./share/web_surfaces,*.patch" -L acount,addin,ane,ba,buss,busses,caf,capela,devine,disconnectin,discreet,doubleclick,envolution,filetest,fo,ghandi,homs,hsi,layed,maschine,mis,nd,ontop,pass-thru,removeable,retrn,ro,scrollin,sectionin,seh,siz,sord,sur,te,trough,ue,wth`
This commit is contained in:
luzpaz 2025-01-07 20:33:51 +00:00 committed by Robin Gareus
parent 8bf9aefe10
commit f4562a9b4c
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
10 changed files with 13 additions and 13 deletions

View file

@ -231,7 +231,7 @@ ParseSwitches(
if (++i < argc) {
string op = argv[i];
if (op[0] == '-') {
// reqiured option for this switch is missing
// required option for this switch is missing
--i;
OK = false;
break;
@ -240,7 +240,7 @@ ParseSwitches(
break;
}
else {
// reqiured option for this switch is missing
// required option for this switch is missing
--i;
OK = false;
break;