1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Igor Zlatkovic patches fixed typos Daniel

* win32/dsp/libxml2.def.src: Igor Zlatkovic patches
* DOCBparser.c HTMLparser.c parser.c: fixed typos
Daniel
This commit is contained in:
Daniel Veillard
2001-10-02 09:22:47 +00:00
parent 16756b627b
commit f6ed8bc7b2
5 changed files with 12 additions and 4 deletions

View File

@ -2669,7 +2669,7 @@ htmlParseDocTypeDecl(htmlParserCtxtPtr ctxt) {
*/
if (CUR != '>') {
if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n");
ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
ctxt->wellFormed = 0;
/* We shouldn't try to resynchronize ... */
}