typo fix from Michael Day Daniel

* HTMLparser.c: typo fix from Michael Day
Daniel
diff --git a/HTMLparser.c b/HTMLparser.c
index d11ae08..c02ef0a 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -2678,7 +2678,7 @@
                     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 {