summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_lock.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-15 14:49:25 +0000
committerStefan Metzmacher <metze@samba.org>2014-07-22 17:57:56 +0200
commit2f86c7d3f8231410709be78a04f1f589c2c08ac0 (patch)
tree334e939075d1cd57d77e3d969ae9c7409fefafc2 /source3/smbd/smb2_lock.c
parent67fb294e64da9a3f1ab23838fd5bccde9cd9ccc7 (diff)
downloadsamba-2f86c7d3f8231410709be78a04f1f589c2c08ac0.tar.gz
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 22 17:57:56 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/smbd/smb2_lock.c')
-rw-r--r--source3/smbd/smb2_lock.c2
1 files changed, 1 insertions, 1 deletions
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 {