Fix typo
[mono.git] / mcs / errors / cs0737-3.cs
index aaf15167aac222663faaa0201c89a55de5f93875..0069790b239d8b99c452862a198f9a5243871cc9 100644 (file)
@@ -1,4 +1,4 @@
-// CS0737: `MySubClass' does not implement interface member `I.Foo.set' and the best implementing candidate `MyTest.Foo.set' in not public
+// CS0737: `MySubClass' does not implement interface member `I.Foo.set' and the best implementing candidate `MyTest.Foo.set' is not public
 // Line: 6
 
 using System;