godot/scene/main
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
..
canvas_item.cpp Fix typos with codespell 2021-05-20 12:38:56 +02:00
canvas_item.h Rename Texture.get_data() to get_image() 2021-03-28 13:00:46 +01:00
canvas_layer.cpp Hide more options of disabled properties 2021-03-03 20:51:35 -03:00
canvas_layer.h Hide more options of disabled properties 2021-03-03 20:51:35 -03:00
http_request.cpp Merge pull request #48205 from Faless/net/4.x_url_parsing 2021-05-03 13:55:57 +02:00
http_request.h Modernize atomics 2021-02-18 17:12:46 +01:00
instance_placeholder.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
instance_placeholder.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
node.cpp [Net] Fix rpc/rpc_id error message. 2021-05-03 15:45:36 +02:00
node.h Use Array for node configuration warnings 2021-04-11 23:25:38 -05:00
resource_preloader.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource_preloader.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree.cpp Fix typos with codespell 2021-05-20 12:38:56 +02:00
scene_tree.h Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>) should be used instead 2021-02-25 18:34:50 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Use Array for node configuration warnings 2021-04-11 23:25:38 -05:00
shader_globals_override.h Use Array for node configuration warnings 2021-04-11 23:25:38 -05:00
timer.cpp doc: Sync classref with current source 2021-02-19 14:39:14 +01:00
timer.h doc: Sync classref with current source 2021-02-19 14:39:14 +01:00
viewport.cpp Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWithModifiers properties/methods 2021-05-07 14:00:50 -06:00
viewport.h Use a non-zero default size for SubViewports 2021-05-18 18:51:39 +02:00
window.cpp Add theme_custom_type property to Control and Window 2021-05-17 17:20:42 +03:00
window.h Add theme_custom_type property to Control and Window 2021-05-17 17:20:42 +03:00