error messages review
[mono.git] / mcs / errors / cs0246-10.cs
index f3e1d0637399666b565cee3a4bb668c718db3b86..f951cb7085a1ccac1afae6f1ce89dc9c6853b571 100644 (file)
@@ -1,4 +1,4 @@
-// cs0246-10.cs: The type or namespace name `Nonexistant' could not be found (are you missing a using directive or an assembly reference?)
+// cs0246-10.cs: The type or namespace name `Nonexistant' could not be found. Are you missing a using directive or an assembly reference?
 
 using System;
 using Nonexistant;
@@ -8,3 +8,4 @@ class X
        static void Main () {
        }
 }
+