vfs_fruit: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 8 Nov 2015 09:16:04 +0000 (10:16 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 9 Nov 2015 06:53:18 +0000 (07:53 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/vfs_fruit.c

index a09e2886f8338b8e608d8530ba50cd6dc570a77d..bd71ff1ec5497597c702219889921c45a06c3763 100644 (file)
@@ -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;
        }