error messages review
[mono.git] / mcs / errors / cs0176.cs
index 1031da6cd8111c5b4c4f587bf963f98273b19fc3..961b79f4474778f4efe975e74f8ffce6c47ae558 100644 (file)
@@ -1,4 +1,4 @@
-// cs0176.cs: Static member `X.void_method()' cannot be accessed with an instance reference; qualify it with a type name instead
+// cs0176.cs: Static member `X.void_method()' cannot be accessed with an instance reference, qualify it with a type name instead
 // Line: 15
 class X {
        public static void void_method ()