godot/scene
Rémi Verschelde c8859f0463
Fix typos with codespell
Using codespell 1.17.1.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
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
```
2020-09-18 14:09:51 +02:00
..
2d Fix 2D Particle velocity with directed emission mask 2020-08-21 02:28:19 +02:00
3d Mark InterpolatedCamera as deprecated 2020-09-16 15:36:40 +02:00
animation Revert "bug with Tween.is_active, fixes #39760" 2020-08-25 12:58:40 +02:00
audio SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
debugger Format remote printerr properly in script debugger output 2020-07-02 17:43:37 +02:00
gui Fix typos with codespell 2020-09-18 14:09:51 +02:00
main Expose NOTIFICATION_POST_ENTER_TREE 2020-08-14 00:32:05 +02:00
resources Fix typos with codespell 2020-09-18 14:09:51 +02:00
register_scene_types.cpp Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00