godot/platform
Rémi Verschelde c8859f0463
Fix typos with codespell
Using codespell 1.17.1.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
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
```
2020-09-18 14:09:51 +02:00
..
android Fix issue causing the textedit to move upward 2020-08-18 17:05:23 -07:00
iphone Fix typos with codespell 2020-09-18 14:09:51 +02:00
javascript Fix typos with codespell 2020-09-18 14:09:51 +02:00
osx fixed linker being slow on OSX 2020-08-17 11:05:53 +02:00
server Linux/BSD: Fix support for NetBSD 2020-09-18 10:29:52 +02:00
uwp Merge pull request #40469 from nekomatata/virtual-keyboard-enter-fixes-3.2 2020-07-26 20:26:02 +02:00
windows [Windows] Fix modifier keys when using tablet input. 2020-08-17 14:43:23 +03:00
x11 X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't found 2020-09-18 11:56:42 +02:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00