virtualx-engine/modules/navigation
Rémi Verschelde b197de6f5f
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
```
2022-01-07 00:14:54 +01:00
..
config.py Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
godot_navigation_server.cpp Fix typos with codespell 2022-01-07 00:14:54 +01:00
godot_navigation_server.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
nav_map.cpp Fix typos with codespell 2022-01-07 00:14:54 +01:00
nav_map.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
nav_region.cpp Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
nav_region.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
nav_rid.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
nav_utils.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
navigation_mesh_editor_plugin.cpp Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
navigation_mesh_editor_plugin.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
navigation_mesh_generator.cpp Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
navigation_mesh_generator.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
register_types.cpp Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
register_types.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
rvo_agent.cpp Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
rvo_agent.h Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
SCsub Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00