Igor Zlatkovic patches fixed typos Daniel

* win32/dsp/libxml2.def.src: Igor Zlatkovic patches
* DOCBparser.c HTMLparser.c parser.c: fixed typos
Daniel
diff --git a/DOCBparser.c b/DOCBparser.c
index b57bc91..237d6d4 100644
--- a/DOCBparser.c
+++ b/DOCBparser.c
@@ -4809,7 +4809,7 @@
     if (RAW != '>') {
        ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED;
        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;
        ctxt->disableSAX = 1;
     }