godot/scene
Rémi Verschelde e0574e1d98 Fix typos with codespell
Using codespell 1.15.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
doubleclick
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
```
2019-05-19 13:10:35 +02:00
..
2d Fix typos with codespell 2019-05-19 13:10:35 +02:00
3d Fix typos with codespell 2019-05-19 13:10:35 +02:00
animation Fix typos with codespell 2019-05-19 13:10:35 +02:00
audio Removed function to compute time, should not be that useful in practice. 2019-04-27 15:28:20 -03:00
gui Fix typos with codespell 2019-05-19 13:10:35 +02:00
main Merge pull request #24437 from mateusfccp/single_quotes_option 2019-04-30 14:58:33 +02:00
resources Fix typos with codespell 2019-05-19 13:10:35 +02:00
register_scene_types.cpp Fix Crash On Close When 3D Is Disabled 2019-04-25 21:59:07 +01:00
register_scene_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
scene_string_names.cpp -Fixes to undo redo to avoid crash, closes #24251 2019-02-14 10:22:34 -03:00
scene_string_names.h -Fixes to undo redo to avoid crash, closes #24251 2019-02-14 10:22:34 -03:00
SCsub