From: Volker Lendecke Date: Mon, 14 Jul 2014 15:10:53 +0000 (+0000) Subject: smbd: Fix a typo X-Git-Tag: tdb-1.3.1~655 X-Git-Url: https://repo.or.cz/w/Samba.git/commitdiff_plain/d27f3ef318820d18214b91a6d33cfa537a6f41d7 smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 1bb606f52b3..a33314d8f24 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.