godot/servers
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
..
arvr
audio
camera
physics Revert "Allow Area2D and 3D mouse events without a collision layer" 2020-07-27 22:46:04 +02:00
physics_2d Revert "Allow Area2D and 3D mouse events without a collision layer" 2020-07-27 22:46:04 +02:00
visual Fix typos with codespell 2020-09-18 14:09:51 +02:00
arvr_server.cpp
arvr_server.h
audio_server.cpp Add default 50ms output_latency web override. 2020-07-02 14:30:23 +02:00
audio_server.h
camera_server.cpp
camera_server.h
physics_2d_server.cpp
physics_2d_server.h
physics_server.cpp
physics_server.h
register_server_types.cpp
register_server_types.h
SCsub
server_wrap_mt_common.h
visual_server.cpp Added option to enable high precision float in GLES2 2020-07-30 05:40:15 +02:00
visual_server.h Fix the update logic for user-added custom defines. 2020-09-06 21:31:09 -07:00