mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Fix typos with codespell
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
This commit is contained in:
parent
6afaf83de3
commit
612ab4bbc6
60 changed files with 91 additions and 91 deletions
|
|
@ -181,7 +181,7 @@ int GDScriptCompiler::_parse_expression(CodeGen &codegen, const GDScriptParser::
|
|||
//wait, identifier could be a local variable or something else... careful here, must reference properly
|
||||
//as stack may be more interesting to work with
|
||||
|
||||
//This could be made much simpler by just indexing "self", but done this way (with custom self-addressing modes) increases peformance a lot.
|
||||
//This could be made much simpler by just indexing "self", but done this way (with custom self-addressing modes) increases performance a lot.
|
||||
|
||||
const GDScriptParser::IdentifierNode *in = static_cast<const GDScriptParser::IdentifierNode *>(p_expression);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue