Fix various typos

Found via `codespell`
This commit is contained in:
luz.paz
2020-03-11 13:59:18 -04:00
parent d5b4943ec9
commit 126cae162e

View File

@@ -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>();