godot/modules/gdscript
Rémi Verschelde aae20e5b10
Fix various typos with codespell
Also includes typo fixes from #79993, #80068, #80276, and #80303.

Co-authored-by: betalars <contact@betalars.de>
Co-authored-by: spaceyjase <429978+spaceyjase@users.noreply.github.com>
Co-authored-by: Swarkin <102416174+Swarkin@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>

(cherry picked from commit faaf27f284)
2023-10-03 20:45:35 +02:00
..
doc_classes Explain a bit more RPCs options 2023-06-27 11:25:15 +02:00
editor [4.1] GDScript: Fix POT generator crash on assignee with index 2023-09-20 22:12:10 +03:00
icons
language_server Fix various typos with codespell 2023-10-03 20:45:35 +02:00
tests Fix various typos with codespell 2023-10-03 20:45:35 +02:00
config.py
gdscript_analyzer.cpp GDScript: fix regression when checking for virtual function implementation. 2023-06-21 15:13:45 -04:00
gdscript_analyzer.h Merge pull request #77324 from anvilfolk/oh-no-its-virtual 2023-06-15 15:26:18 +02:00
gdscript_byte_codegen.cpp GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_byte_codegen.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_cache.cpp Merge pull request #76954 from Rindbee/return-null-on-fail-load-script 2023-06-19 21:17:47 +02:00
gdscript_cache.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_codegen.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_compiler.cpp GDScript: Fix conflict between property and group names 2023-09-21 14:09:19 +02:00
gdscript_compiler.h Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit 2023-06-21 21:51:05 +02:00
gdscript_disassembler.cpp GDScript: Fix _get_script_name() function collision for SCU build 2023-06-20 12:03:54 +03:00
gdscript_editor.cpp Fix "Go to definition" for GDScript type hints 2023-06-19 15:29:25 +02:00
gdscript_function.cpp
gdscript_function.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_lambda_callable.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_lambda_callable.h
gdscript_parser.cpp Fix superfluous " in error message 2023-09-21 15:14:04 +02:00
gdscript_parser.h GDScript: Fix conflict between property and group names 2023-09-21 14:09:19 +02:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Merge pull request #72824 from dalexeev/gds-invalid-char-error 2023-06-19 15:39:58 +02:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_utility_functions.h
gdscript_vm.cpp GDScript: Fix _get_script_name() function collision for SCU build 2023-06-20 12:03:54 +03:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp Add error message when a GDScript resource fails to load. 2023-09-21 15:12:58 +02:00
gdscript.h GDScript: Fix _get_script_name() function collision for SCU build 2023-06-20 12:03:54 +03:00
register_types.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
register_types.h
SCsub