Fix typo in Parser Error message
(cherry picked from commit d35fab7382
)
This commit is contained in:
parent
9391641356
commit
5a1bcae6c2
|
@ -1746,7 +1746,7 @@ void GDParser::_parse_block(BlockNode *p_block, bool p_static) {
|
|||
p_block->sub_blocks.push_back(cf_if->body);
|
||||
|
||||
if (!_enter_indent_block(cf_if->body)) {
|
||||
_set_error("Expected intended block after 'if'");
|
||||
_set_error("Expected indented block after 'if'");
|
||||
p_block->end_line = tokenizer->get_token_line();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue