mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Fix typos with codespell
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
This commit is contained in:
parent
55ca2a7c88
commit
5fc86026ca
34 changed files with 50 additions and 51 deletions
|
|
@ -6822,7 +6822,7 @@ GDScriptParser::DataType GDScriptParser::_reduce_function_call_type(const Operat
|
|||
return_type = original_type;
|
||||
return_type.is_meta_type = false;
|
||||
|
||||
valid = true; // There's always an initializer, we can asume this is true
|
||||
valid = true; // There's always an initializer, we can assume this is true
|
||||
}
|
||||
|
||||
if (!valid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue