correct spelling mistakes (#4405)
[mono.git] / mcs / class / README
index fbb7a68a101acb589ddfb362bfc05c1c2d133490..421c04da2bfd3b360a1fd5f2c9b17adfde0b221e 100644 (file)
@@ -25,6 +25,16 @@ testing.
                throw new NotImplementedException ();
        }
 
+       Ideally, write a human description of the reason why there is
+       a MonoTODO, this will be useful in the future for our
+       automated tools that can assist in developers porting their
+       code.
+
+       Do not use MonoTODO attributes for reminding yourself of
+       internal changes that must be done. Use FIXMEs or other kinds
+       of comments in the source code for that purpose, and if the
+       problem requires to be followed up on, file a bug.
+
 * Supporting .NET 1.2, .NET 1.1 and .NET 1.0 builds
 
        The defines NET_1_1 and NET_2_0 are used to include
@@ -124,7 +134,7 @@ testing.
                                        code ();
                                }
 
-               * Avoid using unecessary open/close braces, vertical space
+               * Avoid using unnecessary open/close braces, vertical space
                  is usually limited:
 
                        good: