Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Jul 13, 2023
1 parent 8b87ea7 commit 5b65501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gumbo-parser/src/error.c
Original file line number Diff line number Diff line change
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 5b65501

Please sign in to comment.