1
0
Fork 0
godot/servers
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
..
arvr Fix typos with codespell 2022-01-07 00:17:47 +01:00
audio clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 14:50:32 +02:00
camera
physics BVH - add option for expanded AABBs in leaves 2021-11-25 23:13:14 +01:00
physics_2d BVH - add option for expanded AABBs in leaves 2021-11-25 23:13:14 +01:00
visual Fix typos with codespell 2022-01-07 00:17:47 +01:00
SCsub
arvr_server.cpp
arvr_server.h
audio_server.cpp [HTML5] Use browser mix rate by default on the Web. 2021-09-15 20:36:19 +02:00
audio_server.h
camera_server.cpp
camera_server.h
physics_2d_server.cpp Improved logic for KinematicBody collision recovery depth 2021-10-05 17:00:55 -07:00
physics_2d_server.h Improved logic for KinematicBody collision recovery depth 2021-10-05 17:00:55 -07:00
physics_server.cpp Expose intersect_point in 3D physics server 2021-11-15 22:22:31 +01:00
physics_server.h Expose intersect_point in 3D physics server 2021-11-15 22:22:31 +01:00
register_server_types.cpp
register_server_types.h
server_wrap_mt_common.h
visual_server.cpp Fix typos with codespell 2022-01-07 00:17:47 +01:00
visual_server.h Portals - Allow user to set roaming expansion margin 2021-11-15 22:45:57 +01:00
visual_server_callbacks.cpp
visual_server_callbacks.h