]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
modbus: Correct typo
authorJeff Lucovsky <jeff@lucovsky.org>
Sat, 11 Jan 2020 14:51:00 +0000 (09:51 -0500)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Jan 2020 09:24:34 +0000 (10:24 +0100)
src/app-layer-modbus.c

index 79903c4c7d7fb29bf5c792347b791b81a02dfb2b..e026e333fcf04801d87bffd8373bfaef21c2aa4d 100644 (file)
@@ -1733,7 +1733,7 @@ static uint8_t readWriteMultipleRegistersRsp[] = {/* Transaction ID */
                                                                                 0x00};
 
 /* Modbus Application Protocol Specification V1.1b3 6.8.1: 04 Force Listen Only Mode */
-/* Example of a request to to remote device to its Listen Only MOde for Modbus Communications. */
+/* Example of a request to to remote device to its Listen Only Mode for Modbus Communications. */
 static uint8_t forceListenOnlyMode[] = {/* Transaction ID */     0x0A, 0x00,
                                         /* Protocol ID */        0x00, 0x00,
                                         /* Length */             0x00, 0x06,