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