Fix typo
[mono.git] / mcs / errors / cs0737-2.cs
index 408b09dee0fd78ec7894f668f32074ff8036093b..ccb60fb66c0383797731edb144272bab3d1369ff 100644 (file)
@@ -1,4 +1,4 @@
-// CS0737: `MyTest' does not implement interface member `System.ICloneable.Clone()' and the best implementing candidate `MyTest.Clone()' in not public
+// CS0737: `MyTest' does not implement interface member `System.ICloneable.Clone()' and the best implementing candidate `MyTest.Clone()' is not public
 // Line: 6
 
 using System;