mirror of https://github.com/godotengine/godot
Using codespell 2.0.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
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
|
||
|---|---|---|
| .. | ||
| fbx_anim_container.h | ||
| fbx_bone.cpp | ||
| fbx_bone.h | ||
| fbx_material.cpp | ||
| fbx_material.h | ||
| fbx_mesh_data.cpp | ||
| fbx_mesh_data.h | ||
| fbx_node.h | ||
| fbx_skeleton.cpp | ||
| fbx_skeleton.h | ||
| import_state.h | ||
| model_abstraction.h | ||
| pivot_transform.cpp | ||
| pivot_transform.h | ||