Typos
authorAlp Toker <alp@mono-cvs.ximian.com>
Fri, 16 Feb 2007 14:52:46 +0000 (14:52 -0000)
committerAlp Toker <alp@mono-cvs.ximian.com>
Fri, 16 Feb 2007 14:52:46 +0000 (14:52 -0000)
svn path=/trunk/mcs/; revision=73019

mcs/tests/ltest-1.cs
mcs/tests/test-278.cs

index 540404f9693a6fddfb8335b74a5bc02511770fea..034e72c1c81f0e3b565ab0afe4e985e7992b590a 100644 (file)
@@ -22,7 +22,7 @@ class X {
                //
                increment = (int x) => { return x + 1; };
                r = increment (4);
-               Console.WriteLine ("Shoudl be 5={0}", r);
+               Console.WriteLine ("Should be 5={0}", r);
                if (r != 5)
                        return 1;
 
index bda2227f2d99f7a5bd66df0d439c4d97f7c2a8ca..1a6fa7e49d37a5c469d837d2da5b390c3448169f 100644 (file)
@@ -11,7 +11,7 @@ class X {
         {
                 Rect rect = new Rect ();
                 rect.X += 20;
-                Console.WriteLine ("Shoudl be 20: " + rect.X);
+                Console.WriteLine ("Should be 20: " + rect.X);
                 return rect.X == 20 ? 0 : 1;
         }
-}
\ No newline at end of file
+}