From d5311b8a51f9040a986601718db59b502d71aaa6 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 26 Apr 2015 04:06:32 +0100 Subject: [PATCH] Correct typos. --- Claunia.IO/ChangeLog | 5 +++++ Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Claunia.IO/ChangeLog b/Claunia.IO/ChangeLog index a771d8c..5be385a 100644 --- a/Claunia.IO/ChangeLog +++ b/Claunia.IO/ChangeLog @@ -1,3 +1,8 @@ +2015-04-26 Natalia Portillo + + * Interop/Apple/Interop.Apple.xattr.cs: + Correct typos. + 2015-04-26 Natalia Portillo * Claunia.IO.csproj: diff --git a/Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs b/Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs index 02372ab..6aeb83b 100644 --- a/Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs +++ b/Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs @@ -30,7 +30,7 @@ internal static partial class Interop { internal static partial class Apple { - enum xattrOptions : int + public enum xattrOptions : int { /// /// Don't follow symbolic links @@ -66,11 +66,11 @@ internal static partial class Interop /// /// Name for as a xattr /// - const int XATTR_FINDERINFO_NAME = "com.apple.FinderInfo"; + const string XATTR_FINDERINFO_NAME = "com.apple.FinderInfo"; /// /// Name for resource fork as a xattr /// - const int XATTR_RESOURCEFORK_NAME = "com.apple.ResourceFork"; + const string XATTR_RESOURCEFORK_NAME = "com.apple.ResourceFork"; /// /// Gets an extended attribute value