godot/drivers
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
..
alsa
alsamidi
convex_decomp
coreaudio
coremidi
dummy Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove 2019-04-30 18:33:34 +02:00
gl_context SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
gles2 Fix typos with codespell 2019-05-19 13:10:35 +02:00
gles3 fix lighting bug introduced in clear color changes 2019-05-14 15:04:54 -07:00
png SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
pulseaudio
unix Ignore a warning in _get_socket_error (-Wlogical-op). 2019-05-02 11:11:52 +02:00
wasapi
windows Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
winmidi
xaudio2 SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS 2019-04-24 16:57:58 +02:00
register_driver_types.cpp
register_driver_types.h
SCsub