summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-06-30 08:32:29 +0000
committerJeremy Allison <jra@samba.org>2014-07-02 02:25:47 +0200
commit9fc9e4869f1ddcfeea1e286f9caeb8e8a6cc3a9a (patch)
tree98c80a332f76f0ef01fc7582824f16203031a546
parentf9bbb1ff0dc4677d9fd17205cd901ffe8c84011a (diff)
downloadsamba-9fc9e4869f1ddcfeea1e286f9caeb8e8a6cc3a9a.tar.gz
samba-9fc9e4869f1ddcfeea1e286f9caeb8e8a6cc3a9a.tar.xz
samba-9fc9e4869f1ddcfeea1e286f9caeb8e8a6cc3a9a.zip
smbd: Fix some typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jul 2 02:25:47 CEST 2014 on sn-devel-104
-rw-r--r--source3/smbd/smb2_lock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/smb2_lock.c b/source3/smbd/smb2_lock.c
index 5d32ea73ce..c25e0642f5 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.
*****************************************************************/