godot/modules/visual_script
Rémi Verschelde ab3bccdb78 Fix typos with codespell
Using codespell 1.16.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
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
```
2019-11-22 08:35:03 +01:00
..
doc_classes
icons
SCsub
config.py
register_types.cpp
register_types.h
visual_script.cpp Fix some crashes, overflows and using variables without values 2019-11-01 16:16:31 +01:00
visual_script.h
visual_script_builtin_funcs.cpp
visual_script_builtin_funcs.h
visual_script_editor.cpp Fix typos with codespell 2019-11-22 08:35:03 +01:00
visual_script_editor.h
visual_script_expression.cpp
visual_script_expression.h
visual_script_flow_control.cpp
visual_script_flow_control.h
visual_script_func_nodes.cpp
visual_script_func_nodes.h
visual_script_nodes.cpp Use the Unicode "multiply" sign for the "A x B" visual script node 2019-11-15 19:06:53 +01:00
visual_script_nodes.h
visual_script_property_selector.cpp
visual_script_property_selector.h
visual_script_yield_nodes.cpp
visual_script_yield_nodes.h