mirror of
https://github.com/claunia/Claunia.IO.git
synced 2025-12-16 19:24:44 +00:00
Correct typos.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user