summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-07-26 17:56:31 +0200
committerJeremy Allison <jra@samba.org>2018-08-17 18:25:08 +0200
commita56bd0a90f46f384052326f6facc1d8c18a5f537 (patch)
treee66d7e5660ed524ecd977ff50981980cc3215951 /source3
parent04f62984fe7c76dd409197fb72f1697c4d7e1755 (diff)
downloadsamba-a56bd0a90f46f384052326f6facc1d8c18a5f537.tar.gz
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index db5eb4e459b..cbabea35157 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -5005,7 +5005,7 @@ static NTSTATUS lease_match(connection_struct *conn,
* Send the breaks and then return
* SMB2_LEASE_NONE in the lease handle
* to cause them to acknowledge the
- * lease break. Consulatation with
+ * lease break. Consultation with
* Microsoft engineering confirmed
* this approach is safe.
*/