1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

typo fix from Michael Day Daniel

* HTMLparser.c: typo fix from Michael Day
Daniel
This commit is contained in:
Daniel Veillard
2005-10-25 12:21:29 +00:00
parent c342ec6d6d
commit 2cf36a1cc1
2 changed files with 5 additions and 1 deletions

View File

@@ -2678,7 +2678,7 @@ htmlParseScript(htmlParserCtxtPtr ctxt) {
break; /* while */
} else {
htmlParseErr(ctxt, XML_ERR_TAG_NAME_MISMATCH,
"Element %s embbeds close tag\n",
"Element %s embeds close tag\n",
ctxt->name, NULL);
}
} else {