2e8fdd0112
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
|
||
---|---|---|
.. | ||
portal_gameplay_monitor.cpp | ||
portal_gameplay_monitor.h | ||
portal_occlusion_culler.cpp | ||
portal_occlusion_culler.h | ||
portal_pvs_builder.cpp | ||
portal_pvs_builder.h | ||
portal_pvs.cpp | ||
portal_pvs.h | ||
portal_renderer.cpp | ||
portal_renderer.h | ||
portal_rooms_bsp.cpp | ||
portal_rooms_bsp.h | ||
portal_tracer.cpp | ||
portal_tracer.h | ||
portal_types.cpp | ||
portal_types.h | ||
SCsub |