Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 5b65501)
  • Loading branch information
anishathalye authored and flavorjones committed Aug 11, 2023
1 parent a6fc29b commit 1617d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gumbo-parser/src/error.c
Expand Up @@ -357,7 +357,7 @@ static void handle_parser_error (
print_tag_stack(error, output);
return;
case GUMBO_TOKEN_END_TAG:
print_message(output, "Eng tag '%s' isn't allowed here.",
print_message(output, "End tag '%s' isn't allowed here.",
gumbo_normalized_tagname(error->input_tag));
print_tag_stack(error, output);
return;
Expand Down

0 comments on commit 1617d54

Please sign in to comment.