From 0eb40ad2da700dab9a12c2162562d527a39aeb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=2E=20Aragoneses?= Date: Sun, 19 Jan 2014 17:51:24 +0100 Subject: Fix very sticky typo in numerous places --- mcs/class/System.XML/Test/System.Xml/XmlNodeReaderTests.cs | 4 ++-- mcs/class/System.XML/Test/System.Xml/XmlTextReaderTests.cs | 2 +- .../Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mcs/class/System.XML/Test/System.Xml') diff --git a/mcs/class/System.XML/Test/System.Xml/XmlNodeReaderTests.cs b/mcs/class/System.XML/Test/System.Xml/XmlNodeReaderTests.cs index 0a8268a632c..8d7a9a9afa6 100644 --- a/mcs/class/System.XML/Test/System.Xml/XmlNodeReaderTests.cs +++ b/mcs/class/System.XML/Test/System.Xml/XmlNodeReaderTests.cs @@ -138,7 +138,7 @@ namespace MonoTests.System.Xml nr.Read (); // root nr.Read (); // &ent3; Assert.AreEqual (XmlNodeType.EntityReference, nr.NodeType); - // ent3 does not exists in this dtd. + // ent3 does not exist in this dtd. nr.ResolveEntity (); Assert.AreEqual (XmlNodeType.EntityReference, nr.NodeType); nr.Read (); @@ -170,7 +170,7 @@ namespace MonoTests.System.Xml nr.Read (); // root nr.Read (); // &ent; Assert.AreEqual (XmlNodeType.EntityReference, nr.NodeType); - // ent does not exists in this dtd. + // ent does not exist in this dtd. nr.ResolveEntity (); } diff --git a/mcs/class/System.XML/Test/System.Xml/XmlTextReaderTests.cs b/mcs/class/System.XML/Test/System.Xml/XmlTextReaderTests.cs index 21006f72963..7ecd83780ae 100644 --- a/mcs/class/System.XML/Test/System.Xml/XmlTextReaderTests.cs +++ b/mcs/class/System.XML/Test/System.Xml/XmlTextReaderTests.cs @@ -1074,7 +1074,7 @@ namespace MonoTests.System.Xml dvr.Read (); // root dvr.Read (); // &ent3; Assert.AreEqual (XmlNodeType.EntityReference, dvr.NodeType); - // ent3 does not exists in this dtd. + // ent3 does not exist in this dtd. Assert.AreEqual (XmlNodeType.EntityReference, dvr.NodeType); try { dvr.ResolveEntity (); diff --git a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs index 2b538893e7a..c3a961794bf 100644 --- a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs +++ b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs @@ -608,7 +608,7 @@ namespace nist_dom.fundamental //--------------------------- test case core-0011M --------------------------- // // Testing feature - The "removeNamedItem(name)" method returns null if the - // name specified does not exists in the map. + // name specified does not exist in the map. // // Testing approach - Retrieve the third employee and create a NamedNodeMap // object from the attributes in its last child. -- cgit v1.2.3