]> mj.ucw.cz Git - libucw.git/blobdiff - sherlock/xml/parse.c
typo again :)
[libucw.git] / sherlock / xml / parse.c
index 8f8d8f482ac677a926a33ba44fe8f4e2e1f97600..ef957bc6911632bb4553e63b8ca4f3cb4955255e 100644 (file)
@@ -12,7 +12,7 @@
 #include "sherlock/sherlock.h"
 #include "sherlock/xml/xml.h"
 #include "sherlock/xml/dtd.h"
-#include "sherlock/xml/common.h"
+#include "sherlock/xml/internals.h"
 #include "lib/fastbuf.h"
 #include "lib/ff-unicode.h"
 #include "lib/unicode.h"
@@ -1111,7 +1111,7 @@ epilog:
 uns
 xml_parse(struct xml_context *ctx)
 {
-  /* This cycle shoud run only once unless the user overrides the value of ctx->pull in a SAX handler */
+  /* This cycle should run only once unless the user overrides the value of ctx->pull in a SAX handler */
   do
     {
       ctx->pull = 0;