summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fruit.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-11-08 10:16:04 +0100
committerMichael Adam <obnox@samba.org>2015-11-09 07:53:18 +0100
commitc526f5f28cac1aeda4cbe4ac2d70c0f2e9a65a4d (patch)
treee5096edd2fec6b3ec703a381914f9d407169095a /source3/modules/vfs_fruit.c
parentc315fce17ef11a23c24fc92b7475ac3a3ac55032 (diff)
downloadsamba-c526f5f28cac1aeda4cbe4ac2d70c0f2e9a65a4d.tar.gz
vfs_fruit: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/modules/vfs_fruit.c')
-rw-r--r--source3/modules/vfs_fruit.c2
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;
}