Skip to content

Commit

Permalink
Fix typo in LoggedFuseFilesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
EtiennePerot committed Nov 4, 2014
1 parent 9cc4fcf commit cd5c9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/fusejna/LoggedFuseFilesystem.java
Expand Up @@ -489,7 +489,7 @@ public Integer invoke()
@Override
public int removexattr(final String path, final String xattr)
{
return log("remtoexattr", 0, new LoggedMethod<Integer>()
return log("removexattr", 0, new LoggedMethod<Integer>()
{
@Override
public Integer invoke()
Expand Down

0 comments on commit cd5c9f0

Please sign in to comment.