godot/modules/fbx/fbx_parser
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
..
ByteSwapper.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
CREDITS
FBXAnimation.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
FBXBinaryTokenizer.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
FBXCommon.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
FBXDeformer.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
FBXDocument.cpp Fix typos with codespell 2021-05-20 12:56:56 +02:00
FBXDocument.h Fix typos with codespell 2021-05-20 12:56:56 +02:00
FBXDocumentUtil.cpp Always dynamically allocate PropertyTable 2021-04-07 11:26:19 +02:00
FBXDocumentUtil.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
FBXImportSettings.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
FBXMaterial.cpp Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
FBXMeshGeometry.cpp Fix typos with codespell 2021-05-20 12:56:56 +02:00
FBXMeshGeometry.h Fix typos with codespell 2021-05-20 12:56:56 +02:00
FBXModel.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
FBXNodeAttribute.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
FBXParser.cpp fbx: Fix include for zlib that broke unbundling 2021-04-22 17:22:18 +02:00
FBXParser.h Fix const warnings in FBX (build failure on macOS) 2021-01-21 11:18:44 -05:00
FBXParseTools.h Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
FBXPose.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
FBXProperties.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
FBXProperties.h Style: Set clang-format Standard to c++14 2021-05-04 14:45:15 +02:00
FBXTokenizer.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
FBXTokenizer.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
FBXUtil.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
FBXUtil.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
LICENSE