godot/platform
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
..
android Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
haiku Don't use -ffast-math or other unsafe math optimizations 2019-01-09 02:06:13 +01:00
iphone Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
javascript Fix typos with codespell 2019-02-13 09:23:29 +01:00
osx Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
server Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
uwp Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
windows Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
x11 Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
register_platform_apis.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