summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-14 15:10:53 +0000
committerStefan Metzmacher <metze@samba.org>2014-07-22 15:32:39 +0200
commitd27f3ef318820d18214b91a6d33cfa537a6f41d7 (patch)
tree6ecba907b8d5032981c8c57d67d996954cc30a7c /source3/smbd/reply.c
parent188017ea324e7c6b7aba7f51a9baa490c0690a01 (diff)
downloadsamba-d27f3ef318820d18214b91a6d33cfa537a6f41d7.tar.gz
samba-d27f3ef318820d18214b91a6d33cfa537a6f41d7.tar.xz
samba-d27f3ef318820d18214b91a6d33cfa537a6f41d7.zip
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 1bb606f52b..a33314d8f2 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -7649,7 +7649,7 @@ NTSTATUS smbd_do_locking(struct smb_request *req,
if (num_locks > 1) {
/*
* MS-CIFS (2.2.4.32.1) states that a cancel is honored if and only
- * if the lock vector contains one entry. When given mutliple cancel
+ * if the lock vector contains one entry. When given multiple cancel
* requests in a single PDU we expect the server to return an
* error. Windows servers seem to accept the request but only
* cancel the first lock.