godot/servers/visual/portals
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
..
portal_gameplay_monitor.cpp Portals - Fix secondary PVS bug 2021-08-08 14:02:38 +01:00
portal_gameplay_monitor.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_occlusion_culler.cpp Sphere occluders - self occlusion and improvements 2021-09-14 11:31:14 +01:00
portal_occlusion_culler.h Sphere occluders - self occlusion and improvements 2021-09-14 11:31:14 +01:00
portal_pvs_builder.cpp Fix typos with codespell 2022-01-07 00:17:47 +01:00
portal_pvs_builder.h Portals - fix PVS generation and move settings 2021-08-08 19:57:27 +01:00
portal_pvs.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_pvs.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_renderer.cpp Portals - Allow user to set roaming expansion margin 2021-11-15 22:45:57 +01:00
portal_renderer.h Portals - Allow user to set roaming expansion margin 2021-11-15 22:45:57 +01:00
portal_rooms_bsp.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_rooms_bsp.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_tracer.cpp Fix typos with codespell 2022-01-07 00:17:47 +01:00
portal_tracer.h Sphere occluders (portals and general use) 2021-08-17 09:02:06 +01:00
portal_types.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_types.h Sphere occluders - self occlusion and improvements 2021-09-14 11:31:14 +01:00
SCsub Portal occlusion culling 2021-07-14 11:43:23 +01:00