Author: atsushi
Date: 2005-09-02 06:27:23 -0400 (Fri, 02 Sep 2005)
New Revision: 49336
Modified:
trunk/mcs/tools/dtd2xsd/ChangeLog
trunk/mcs/tools/dtd2xsd/dtd2xsd.cs
Log:
2005-09-02 Atsushi Enomoto <[EMAIL PROTECTED]>
* dtd2xsd.cs : tiny message fix.
Modified: trunk/mcs/tools/dtd2xsd/ChangeLog
===================================================================
--- trunk/mcs/tools/dtd2xsd/ChangeLog 2005-09-02 10:25:40 UTC (rev 49335)
+++ trunk/mcs/tools/dtd2xsd/ChangeLog 2005-09-02 10:27:23 UTC (rev 49336)
@@ -1,3 +1,7 @@
+2005-09-02 Atsushi Enomoto <[EMAIL PROTECTED]>
+
+ * dtd2xsd.cs : tiny message fix.
+
2004-12-10 Atsushi Enomoto <[EMAIL PROTECTED]>
* dtd2xsd.cs, dtd2xsd.exe.sources, Makefile, ChangeLog : new files.
Modified: trunk/mcs/tools/dtd2xsd/dtd2xsd.cs
===================================================================
--- trunk/mcs/tools/dtd2xsd/dtd2xsd.cs 2005-09-02 10:25:40 UTC (rev 49335)
+++ trunk/mcs/tools/dtd2xsd/dtd2xsd.cs 2005-09-02 10:27:23 UTC (rev 49336)
@@ -38,7 +38,7 @@
{
while (xtr.NodeType != XmlNodeType.DocumentType) {
if (!xtr.Read ())
- throw new Exception ("DTD did not appeared.");
+ throw new Exception ("DTD did not appeare.");
}
// Hacky reflection part
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches