mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
Fix various typos
Found via `codespell`
This commit is contained in:
parent
aeff25f313
commit
7bf6e5f773
27 changed files with 36 additions and 36 deletions
|
@ -1141,7 +1141,7 @@ VisualScriptExpression::ENode *VisualScriptExpression::_parse_expression() {
|
|||
}
|
||||
}
|
||||
|
||||
//consecutively do unary opeators
|
||||
//consecutively do unary operators
|
||||
for (int i = expr_pos - 1; i >= next_op; i--) {
|
||||
|
||||
OperatorNode *op = alloc_node<OperatorNode>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue