diff options
Diffstat (limited to 'source3/modules/vfs_fruit.c')
-rw-r--r-- | source3/modules/vfs_fruit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index a09e2886f83..bd71ff1ec54 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -1839,7 +1839,7 @@ static NTSTATUS check_aapl(vfs_handle_struct *handle, } if (aapl->data.length != 24) { - DEBUG(1, ("unexpected AAPL ctxt legnth: %ju\n", + DEBUG(1, ("unexpected AAPL ctxt length: %ju\n", (uintmax_t)aapl->data.length)); return NT_STATUS_INVALID_PARAMETER; } |