smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 10 Jan 2018 13:29:01 +0000 (14:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Sun, 14 Jan 2018 09:26:05 +0000 (10:26 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_server.c

index 5290c05cb228b0f051f4efb587c7192c7253f4a1..565f9996245f9605f04b8da7631cf943b781ba84 100644 (file)
@@ -2220,7 +2220,7 @@ static NTSTATUS smbd_smb2_request_dispatch_update_counts(
                 * a 16 bit overflow of the client-submitted sequence
                 * number:
                 *
-                * If the stored channel squence number is more than
+                * If the stored channel sequence number is more than
                 * 0x7FFF larger than the one from the request, then
                 * the client-provided sequence number has likely
                 * overflown. We treat this case as valid instead