Correct typos.

This commit is contained in:
2015-04-26 04:06:32 +01:00
parent eee5668424
commit d5311b8a51
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2015-04-26 Natalia Portillo <claunia@claunia.com>
* Interop/Apple/Interop.Apple.xattr.cs:
Correct typos.
2015-04-26 Natalia Portillo <claunia@claunia.com>
* Claunia.IO.csproj:

View File

@@ -30,7 +30,7 @@ internal static partial class Interop
{
internal static partial class Apple
{
enum xattrOptions : int
public enum xattrOptions : int
{
/// <summary>
/// Don't follow symbolic links
@@ -66,11 +66,11 @@ internal static partial class Interop
/// <summary>
/// Name for <see cref="Claunia.IO.FinderInfo"/> as a xattr
/// </summary>
const int XATTR_FINDERINFO_NAME = "com.apple.FinderInfo";
const string XATTR_FINDERINFO_NAME = "com.apple.FinderInfo";
/// <summary>
/// Name for resource fork as a xattr
/// </summary>
const int XATTR_RESOURCEFORK_NAME = "com.apple.ResourceFork";
const string XATTR_RESOURCEFORK_NAME = "com.apple.ResourceFork";
/// <summary>
/// Gets an extended attribute value