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>
|
2015-04-26 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Claunia.IO.csproj:
|
* Claunia.IO.csproj:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ internal static partial class Interop
|
|||||||
{
|
{
|
||||||
internal static partial class Apple
|
internal static partial class Apple
|
||||||
{
|
{
|
||||||
enum xattrOptions : int
|
public enum xattrOptions : int
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Don't follow symbolic links
|
/// Don't follow symbolic links
|
||||||
@@ -66,11 +66,11 @@ internal static partial class Interop
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Name for <see cref="Claunia.IO.FinderInfo"/> as a xattr
|
/// Name for <see cref="Claunia.IO.FinderInfo"/> as a xattr
|
||||||
/// </summary>
|
/// </summary>
|
||||||
const int XATTR_FINDERINFO_NAME = "com.apple.FinderInfo";
|
const string XATTR_FINDERINFO_NAME = "com.apple.FinderInfo";
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Name for resource fork as a xattr
|
/// Name for resource fork as a xattr
|
||||||
/// </summary>
|
/// </summary>
|
||||||
const int XATTR_RESOURCEFORK_NAME = "com.apple.ResourceFork";
|
const string XATTR_RESOURCEFORK_NAME = "com.apple.ResourceFork";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets an extended attribute value
|
/// Gets an extended attribute value
|
||||||
|
|||||||
Reference in New Issue
Block a user