From: Volker Lendecke Date: Wed, 10 Jan 2018 13:29:01 +0000 (+0100) Subject: smbd: Fix a typo X-Git-Tag: samba-4.6.15~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc5dbc6acd11edc3ca96ae683e38d6c61318549f;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher (cherry picked from commit e8636e7ab75f89e89ef054b5d4aa6c07fddcbe2a) --- diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c index de2f922cffa..900029d2a96 100644 --- a/source3/smbd/smb2_server.c +++ b/source3/smbd/smb2_server.c @@ -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