godot/scene
Rémi Verschelde 3e78963bb9
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 13:44:25 +02:00
..
2d TileMap: Set texture_filter and texture_repeat to generated CanvasItems and update when it changes 2020-09-12 11:49:38 -03:00
3d Rename RayCast's cast_to property to target_position 2020-09-10 19:06:56 +02:00
animation Merge pull request #39801 from ChristopheLY/tween-bool-state 2020-07-20 22:23:43 +02:00
audio Add override keywords. 2020-07-10 13:56:54 +01:00
debugger Fix resource preview in remote inspector 2020-05-23 11:52:02 +02:00
gui Merge pull request #41776 from EricEzaM/PR/tooltip-bugfixes 2020-09-15 10:24:17 +02:00
main Merge pull request #36374 from kuruk-mm/tilemap_filter_set_and_update 2020-09-15 17:15:09 +02:00
resources Fix typos with codespell 2020-09-18 13:44:25 +02:00
register_scene_types.cpp Add and convert editor to use CodeEdit 2020-09-10 20:35:27 +01:00
register_scene_types.h
scene_string_names.cpp Custom Skeleton3DEditorPlugin 2020-05-22 09:54:34 -07:00
scene_string_names.h Custom Skeleton3DEditorPlugin 2020-05-22 09:54:34 -07:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00