From 2cf36a1cc155c71f0b5acff643cf2781f7ee29d7 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 25 Oct 2005 12:21:29 +0000 Subject: [PATCH] typo fix from Michael Day Daniel * HTMLparser.c: typo fix from Michael Day Daniel --- ChangeLog | 4 ++++ HTMLparser.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c7f29cff..2c30fe67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard + + * HTMLparser.c: typo fix from Michael Day + Mon Oct 24 20:16:23 EDT 2005 Rob Richards * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(), diff --git a/HTMLparser.c b/HTMLparser.c index d11ae088..c02ef0ae 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -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 {