godot/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
..
SCsub
config.py
godot_navigation_server.cpp
godot_navigation_server.h
nav_map.cpp
nav_map.h
nav_region.cpp
nav_region.h
nav_rid.h Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
nav_utils.h
navigation_mesh_editor_plugin.cpp
navigation_mesh_editor_plugin.h
navigation_mesh_generator.cpp
navigation_mesh_generator.h
register_types.cpp
register_types.h
rvo_agent.cpp
rvo_agent.h