godot/servers/audio
Rémi Verschelde e0574e1d98 Fix typos with codespell
Using codespell 1.15.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-05-19 13:10:35 +02:00
..
effects Fix typos with codespell 2019-05-19 13:10:35 +02:00
audio_driver_dummy.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_driver_dummy.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_effect.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_effect.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_filter_sw.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_filter_sw.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_rb_resampler.cpp Small fixes, mostly dupicated code 2019-04-08 11:03:37 +02:00
audio_rb_resampler.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_stream.cpp Fix possible crash on AudioDriver::input_buffer_write 2019-03-02 19:41:45 -03:00
audio_stream.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
reverb_sw.cpp Fix all -Wtype-limits warnings. 2019-02-21 19:34:35 +01:00
reverb_sw.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
voice_rb_sw.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00