mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
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:
parent
8bf9aefe10
commit
f4562a9b4c
10 changed files with 13 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue