Fix various typos with codespell
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint`
This commit is contained in:
parent
6b11d8cc73
commit
3564c16cb8
61 changed files with 94 additions and 94 deletions
|
|
@ -115,7 +115,7 @@ class GodotProcessor extends AudioWorkletProcessor {
|
|||
this.input = new RingBuffer(p_data[1], avail_in);
|
||||
this.output = new RingBuffer(p_data[2], avail_out);
|
||||
} else if (p_cmd === 'stop') {
|
||||
this.runing = false;
|
||||
this.running = false;
|
||||
this.output = null;
|
||||
this.input = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue