From 2f86c7d3f8231410709be78a04f1f589c2c08ac0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 15 Jul 2014 14:49:25 +0000 Subject: [PATCH] smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Tue Jul 22 17:57:56 CEST 2014 on sn-devel-104 --- source3/smbd/smb2_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/smb2_lock.c b/source3/smbd/smb2_lock.c index 07c23df685d..4c5b61ee2c4 100644 --- a/source3/smbd/smb2_lock.c +++ b/source3/smbd/smb2_lock.c @@ -308,7 +308,7 @@ static struct tevent_req *smbd_smb2_lock_send(TALLOC_CTX *mem_ctx, * this is an invalid UNLOCK element * and the backend needs to test for * brltype != UNLOCK_LOCK and return - * NT_STATUS_INVALID_PARAMER + * NT_STATUS_INVALID_PARAMETER */ locks[i].brltype = READ_LOCK; } else { -- 2.11.4.GIT