I found a small typo in an libxml2 error message. It is fixed
by the attached patch.

More details: http://bugzilla.gnome.org/show_bug.cgi?id=542634


Greets,

    Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR
http://bugzilla.gnome.org/show_bug.cgi?id=542634

Index: libxml2-svn/xmlschemas.c
===================================================================
--- libxml2-svn/xmlschemas.c	(revision 3751)
+++ libxml2-svn/xmlschemas.c	(working copy)
@@ -15092,7 +15092,7 @@
 	xmlSchemaPCustomErr(ctxt,
 	    XML_SCHEMAP_ST_PROPS_CORRECT_1,
 	    WXS_BASIC_CAST type, NULL,
-	    "A type, derived by list or union, must have"
+	    "A type, derived by list or union, must have "
 	    "the simple ur-type definition as base type, not '%s'",
 	    xmlSchemaGetComponentQName(&str, baseType));
 	FREE_AND_NULL(str)
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to