]> granicus.if.org Git - libexpat/commitdiff
Fix a broken error message about the XML declaration.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 26 Aug 2002 21:22:35 +0000 (21:22 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 26 Aug 2002 21:22:35 +0000 (21:22 +0000)
Closes SF bug #596555.

expat/lib/xmlparse.c

index 85b976dd89c12e786766d568efb125bf58afbe45..dc8548d3ae61b9934e8b934a314d96685e9c5fad 100644 (file)
@@ -1552,7 +1552,7 @@ XML_ErrorString(int code)
     XML_L("reference to invalid character number"),
     XML_L("reference to binary entity"),
     XML_L("reference to external entity in attribute"),
-    XML_L("xml processing instruction not at start of external entity"),
+    XML_L("xml declaration not at start of external entity"),
     XML_L("unknown encoding"),
     XML_L("encoding specified in XML declaration is incorrect"),
     XML_L("unclosed CDATA section"),