godot/editor/plugins/tiles
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
..
SCsub
tile_atlas_view.cpp Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 2021-05-17 17:38:02 +02:00
tile_atlas_view.h
tile_data_editors.cpp
tile_data_editors.h
tile_map_editor.cpp Fix typos with codespell 2021-05-20 12:38:56 +02:00
tile_map_editor.h
tile_set_atlas_source_editor.cpp Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 2021-05-17 17:38:02 +02:00
tile_set_atlas_source_editor.h
tile_set_editor.cpp Fix typos with codespell 2021-05-20 12:38:56 +02:00
tile_set_editor.h
tiles_editor_plugin.cpp
tiles_editor_plugin.h