]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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>
Thu, 8 Mar 2018 20:55:23 +0000 (21:55 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit e8636e7ab75f89e89ef054b5d4aa6c07fddcbe2a)

source3/smbd/smb2_server.c

index de2f922cffa190b0ffcc22e49d3cc192a0ac48bd..900029d2a96d6ed89e288594703f41a1c20df978 100644 (file)
@@ -2203,7 +2203,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