diff options
author | Volker Lendecke <vl@samba.org> | 2018-07-26 17:56:31 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2018-08-17 18:25:08 +0200 |
commit | a56bd0a90f46f384052326f6facc1d8c18a5f537 (patch) | |
tree | e66d7e5660ed524ecd977ff50981980cc3215951 /source3 | |
parent | 04f62984fe7c76dd409197fb72f1697c4d7e1755 (diff) | |
download | samba-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.c | 2 |
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. */ |