From 9fc9e4869f1ddcfeea1e286f9caeb8e8a6cc3a9a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 30 Jun 2014 08:32:29 +0000 Subject: [PATCH] smbd: Fix some typos Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Wed Jul 2 02:25:47 CEST 2014 on sn-devel-104 --- source3/smbd/smb2_lock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/smbd/smb2_lock.c b/source3/smbd/smb2_lock.c index 5d32ea73ce9..c25e0642f51 100644 --- a/source3/smbd/smb2_lock.c +++ b/source3/smbd/smb2_lock.c @@ -283,8 +283,8 @@ static struct tevent_req *smbd_smb2_lock_send(TALLOC_CTX *mem_ctx, default: if (isunlock) { /* - * is the first element was a UNLOCK - * we need to deferr the error response + * If the first element was a UNLOCK + * we need to defer the error response * to the backend, because we need to process * all unlock elements before */ @@ -552,7 +552,7 @@ static bool recalc_smb2_brl_timeout(struct smbd_server_connection *sconn) } /**************************************************************** - Get an SMB2 lock reqeust to go async. lock_timeout should + Get an SMB2 lock request to go async. lock_timeout should always be -1 here. *****************************************************************/ -- 2.11.4.GIT