diff options
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 2 |
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. |