godot/modules/fbx/data
Rémi Verschelde eb78f80f03
Fix typos with codespell
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
```
2021-05-20 12:56:56 +02:00
..
fbx_anim_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
fbx_bone.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
fbx_bone.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
fbx_material.cpp Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
fbx_material.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
fbx_mesh_data.cpp Fix typos with codespell 2021-05-20 12:56:56 +02:00
fbx_mesh_data.h Fix typos with codespell 2021-05-20 12:56:56 +02:00
fbx_node.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
fbx_skeleton.cpp Style: Set clang-format Standard to c++14 2021-05-04 14:45:15 +02:00
fbx_skeleton.h Style: Set clang-format Standard to c++14 2021-05-04 14:45:15 +02:00
import_state.h Style: Set clang-format Standard to c++14 2021-05-04 14:45:15 +02:00
model_abstraction.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
pivot_transform.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
pivot_transform.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00