godot/modules/gdscript
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
..
doc_classes Several documentation improvements 2020-09-15 19:26:40 +02:00
editor
icons
language_server Include gdscript warning name in LSP message. 2020-07-15 12:15:16 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdscript.cpp Revert "Include gdscript warning name in the warning message." 2020-07-15 12:15:12 +02:00
gdscript.h
gdscript_compiler.cpp GDScript debugger incorrect error line fixed 2020-06-18 10:51:45 +02:00
gdscript_compiler.h
gdscript_editor.cpp Auto completion enhanced for extends and class level identifier 2020-08-17 12:54:01 +05:30
gdscript_function.cpp
gdscript_function.h
gdscript_functions.cpp
gdscript_functions.h
gdscript_parser.cpp Fix typos with codespell 2020-09-18 14:09:51 +02:00
gdscript_parser.h Auto completion enhanced for extends and class level identifier 2020-08-17 12:54:01 +05:30
gdscript_tokenizer.cpp
gdscript_tokenizer.h
register_types.cpp
register_types.h
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00