mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Fix typos in code and docs with codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
This commit is contained in:
parent
a1c08b7109
commit
9f479f096c
138 changed files with 405 additions and 405 deletions
|
|
@ -458,8 +458,8 @@ GDScriptParser::Node *GDScriptParser::_parse_expression(Node *p_parent, bool p_s
|
|||
if (!validating) {
|
||||
|
||||
//this can be too slow for just validating code
|
||||
if (for_completion && ScriptCodeCompletionCache::get_sigleton()) {
|
||||
res = ScriptCodeCompletionCache::get_sigleton()->get_cached_resource(path);
|
||||
if (for_completion && ScriptCodeCompletionCache::get_singleton()) {
|
||||
res = ScriptCodeCompletionCache::get_singleton()->get_cached_resource(path);
|
||||
} else {
|
||||
res = ResourceLoader::load(path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue