Skip to content

Commit 1617d54

Browse files
anishathalyeflavorjones
authored andcommitted
Fix typo
(cherry picked from commit 5b65501)
1 parent a6fc29b commit 1617d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gumbo-parser/src/error.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ static void handle_parser_error (
357357
print_tag_stack(error, output);
358358
return;
359359
case GUMBO_TOKEN_END_TAG:
360-
print_message(output, "Eng tag '%s' isn't allowed here.",
360+
print_message(output, "End tag '%s' isn't allowed here.",
361361
gumbo_normalized_tagname(error->input_tag));
362362
print_tag_stack(error, output);
363363
return;

0 commit comments

Comments
 (0)