Browse Source

Fixed typo.

svn path=/trunk/mcs/; revision=107136
Gert Driesen 17 years ago
parent
commit
5b75c2f4a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcs/class/System/Test/System.Net/HttpWebResponseTest.cs

+ 1 - 1
mcs/class/System/Test/System.Net/HttpWebResponseTest.cs

@@ -19,7 +19,7 @@ using NUnit.Framework;
 namespace MonoTests.System.Net
 {
 	[TestFixture]
-	[Ignore ("Awaits approval of fixes"]
+	[Ignore ("Awaits approval of fixes")]
 	public class HttpWebResponseTest
 	{
 		[Test]