godot/platform
Rémi Verschelde 2e8fdd0112
Fix typos with codespell
Using codespell 2.1.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
readded
seeked
statics
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```

(cherry picked from commit b197de6f5f)
2022-01-07 00:17:47 +01:00
..
android Fix decoding UTF-8 filenames on unzipping. 2022-01-06 00:58:32 +01:00
iphone Fix multiple missing UTF-8 decoding. 2022-01-06 21:30:41 +01:00
javascript Fix multiple missing UTF-8 decoding. 2022-01-06 21:30:41 +01:00
osx Fix typos with codespell 2022-01-07 00:17:47 +01:00
server [3.x] Add RISC-V to "server" platform 2021-10-27 13:57:37 -05:00
uwp Fix decoding UTF-8 filenames on unzipping. 2022-01-06 00:58:32 +01:00
windows Fixed detecting the Valve Streaming Gamepad 2021-12-17 00:05:21 +01:00
x11 Fix multiple missing UTF-8 decoding. 2022-01-06 21:30:41 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
register_platform_apis.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00