godot/scene
Rémi Verschelde 5fc86026ca Fix typos with codespell
Using codespell 1.14.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
doubleclick
lod
nd
numer
que
te
unselect
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-02-13 09:23:29 +01:00
..
2d Fix typos with codespell 2019-02-13 09:23:29 +01:00
3d Fix typos with codespell 2019-02-13 09:23:29 +01:00
animation Fix state machine priority for auto advance 2019-02-12 15:57:26 -02:00
audio Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
gui Fix typos with codespell 2019-02-13 09:23:29 +01:00
main Fix typos with codespell 2019-02-13 09:23:29 +01:00
resources Fix typos with codespell 2019-02-13 09:23:29 +01:00
register_scene_types.cpp Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
register_scene_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
scene_string_names.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
scene_string_names.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
SCsub Move Penner easing equations to thirdparty/misc 2018-09-28 16:01:26 +02:00