godot/core/object
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
..
callable_method_pointer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
callable_method_pointer.h Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
class_db.cpp fix crash on null class in ClassDB.get_property() and set_property() 2021-04-02 20:05:01 +02:00
class_db.h Modernize RWLock 2021-01-19 11:53:10 +01:00
message_queue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
message_queue.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
method_bind.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
method_bind.h Add static method support to core Variant types 2021-03-16 10:53:05 -03:00
object.cpp Fix typos with codespell 2021-05-20 12:38:56 +02:00
object.h Implement Navigation layers 2021-03-10 11:23:06 +01:00
object_id.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
reference.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
reference.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
script_language.cpp Don't save project settings when not necessary 2021-02-13 18:51:48 +01:00
script_language.h Highlight control flow keywords with a different color 2021-05-05 22:38:12 +02:00
SCsub
undo_redo.cpp doc: Sync classref with current source 2021-02-19 14:39:14 +01:00
undo_redo.h Improve UndoRedo class 2021-01-12 14:34:46 +01:00