From e3d60ea268abd0381b9e2ec8f5e7359cd8fd7f59 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 23 Oct 2022 16:02:15 -0400 Subject: [PATCH] spelling: further Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/analyzer/protocol/smb/smb1-protocol.pac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/analyzer/protocol/smb/smb1-protocol.pac b/src/analyzer/protocol/smb/smb1-protocol.pac index 1ea508d0dd..f98233ffcd 100644 --- a/src/analyzer/protocol/smb/smb1-protocol.pac +++ b/src/analyzer/protocol/smb/smb1-protocol.pac @@ -135,8 +135,8 @@ type SMB_Message(header: SMB_Header, offset: uint16, command: uint8, is_orig: bo }; type SMB_andx_command(header: SMB_Header, is_orig: bool, offset: uint16, command: uint8) = case command of { - 0xff -> no_futher_commands : empty; - default -> message : SMB_Message(header, offset, command, is_orig); + 0xff -> no_further_commands : empty; + default -> message : SMB_Message(header, offset, command, is_orig); }; type SMB_Message_Request(header: SMB_Header, offset: uint16, command: uint8, is_orig: bool) = case command of {