mirror of https://github.com/godotengine/godot
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
|
||
|---|---|---|
| .. | ||
| arvr | ||
| audio | ||
| camera | ||
| physics | ||
| physics_2d | ||
| visual | ||
| SCsub | ||
| arvr_server.cpp | ||
| arvr_server.h | ||
| audio_server.cpp | ||
| audio_server.h | ||
| camera_server.cpp | ||
| camera_server.h | ||
| physics_2d_server.cpp | ||
| physics_2d_server.h | ||
| physics_server.cpp | ||
| physics_server.h | ||
| register_server_types.cpp | ||
| register_server_types.h | ||
| server_wrap_mt_common.h | ||
| visual_server.cpp | ||
| visual_server.h | ||
| visual_server_callbacks.cpp | ||
| visual_server_callbacks.h | ||