godot/drivers
Rémi Verschelde 5fc86026ca Fix typos with codespell
Using codespell 1.14.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
doubleclick
lod
nd
numer
que
te
unselect
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-02-13 09:23:29 +01:00
..
alsa Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
alsamidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
convex_decomp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
coreaudio Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
coremidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
dummy Properly get proxy texture size for canvas light, fixes #17067 2019-01-27 16:57:05 -03:00
gl_context Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gles2 Fix typos with codespell 2019-02-13 09:23:29 +01:00
gles3 Fix typos with codespell 2019-02-13 09:23:29 +01:00
png Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pulseaudio Merge pull request #24301 from marcelofg55/default_device_pulseaudio 2019-01-07 20:10:50 +01:00
rtaudio Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
unix Fix typos with codespell 2019-02-13 09:23:29 +01:00
wasapi Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
windows Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
winmidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
xaudio2 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00
register_driver_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_driver_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00