godot/scene
Rémi Verschelde 4219a4cb6f
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:38:56 +02:00
..
2d Merge pull request #42742 from madmiraal/fix-12215 2021-05-18 20:00:48 +02:00
3d Fix typos with codespell 2021-05-20 12:38:56 +02:00
animation Merge pull request #41416 from TokageItLab/fix_animation_tree_cache 2021-05-09 13:57:18 +02:00
audio Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
debugger Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
gui Fix typos with codespell 2021-05-20 12:38:56 +02:00
main Fix typos with codespell 2021-05-20 12:38:56 +02:00
resources Fix typos with codespell 2021-05-20 12:38:56 +02:00
register_scene_types.cpp Create ColorPicker shaders statically 2021-05-17 11:39:20 +02:00
register_scene_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_string_names.cpp Scene: Remove unused mesh_materials StringNames 2021-04-15 13:02:10 +02:00
scene_string_names.h Scene: Remove unused mesh_materials StringNames 2021-04-15 13:02:10 +02:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00