godot/platform
Rémi Verschelde ab3bccdb78 Fix typos with codespell
Using codespell 1.16.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
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-11-22 08:35:03 +01:00
..
android Revert "Android : implement InputEventMagnifyGesture and InputEventPanGesture" 2019-11-11 08:29:58 +01:00
haiku Remove libwebsocket. No longer used, yay! 2019-07-04 15:03:04 +02:00
iphone Fix typos with codespell 2019-11-22 08:35:03 +01:00
javascript pcre2: Use scons option to disable JIT on some platforms 2019-11-20 08:54:52 +01:00
osx Fix typos with codespell 2019-11-22 08:35:03 +01:00
server Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
uwp pcre2: Use scons option to disable JIT on some platforms 2019-11-20 08:54:52 +01:00
windows Set ShellExecuteW's verb to NULL - fixes #33388 2019-11-09 07:59:15 -03:00
x11 X11: Fix memory leak in handle_key_event 2019-11-12 07:51:51 +01:00
register_platform_apis.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Always use lists for LIBS in SCons 2019-08-12 22:31:55 +02:00