2006-12-23 Alp Toker <alp@atoker.com>
authorAlp Toker <alp@mono-cvs.ximian.com>
Sat, 23 Dec 2006 23:58:19 +0000 (23:58 -0000)
committerAlp Toker <alp@mono-cvs.ximian.com>
Sat, 23 Dec 2006 23:58:19 +0000 (23:58 -0000)
* Directory.cs: "platfor" typofix

svn path=/trunk/mcs/; revision=70005

mcs/class/corlib/System.IO/ChangeLog
mcs/class/corlib/System.IO/Directory.cs

index 389dbd2155033fa4f5cea980261cf3f5ea989a98..d3dc6282f143157ce0666838f0b9109cf8930031 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-23  Alp Toker  <alp@atoker.com>
+
+       * Directory.cs: "platfor" typofix
+
 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
 
        * File.cs: Add stubs for Encrypt and Decrypt that throws 
index e794c1d10e4921e1684d0c6bff2f6230d2e0d2f7..324032500b67db0d86751b4c39d74f5b4a80b3b2 100644 (file)
@@ -511,13 +511,13 @@ namespace System.IO
                }
 
 #if NET_2_0
-               [MonoLimitation ("Mono always throws PlatformNotSupported regardless of the platfor")]
+               [MonoLimitation ("Mono always throws PlatformNotSupported regardless of the platform")]
                public static DirectorySecurity GetAccessControl (string path, AccessControlSections includeSections)
                {
                        throw new PlatformNotSupportedException ();
                }
 
-               [MonoLimitation ("Mono always throws PlatformNotSupported regardless of the platfor")]
+               [MonoLimitation ("Mono always throws PlatformNotSupported regardless of the platform")]
                public static DirectorySecurity GetAccessControl (string path)
                {
                        throw new PlatformNotSupportedException ();