smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 14 Jul 2014 15:10:53 +0000 (15:10 +0000)
committerStefan Metzmacher <metze@samba.org>
Tue, 22 Jul 2014 13:32:39 +0000 (15:32 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/reply.c

index 1bb606f52b3735c88c326320523646deb17594c5..a33314d8f2450a9921ec79b328b89d5c9b10268f 100644 (file)
@@ -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.