]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: fix documentation typos
authorJeff Lucovsky <jeff@lucovsky.org>
Sun, 15 Dec 2019 19:44:45 +0000 (14:44 -0500)
committerJeff Lucovsky <jeff@lucovsky.org>
Sun, 22 Mar 2020 14:10:54 +0000 (10:10 -0400)
doc/userguide/rules/payload-keywords.rst

index ca4f6eeb6c55f2955469250856ddb59b0a1c44e7..c552e919239bd177c6b06e958bdf56544ddcffde 100644 (file)
@@ -336,7 +336,7 @@ Format::
 +----------------+------------------------------------------------------------------------------+
 | [string] <num> |                                                                             |
 |               | - hex - Converted string represented in hex                                  |
-|               | - dec - Converted string represented in dedimal                              |
+|               | - dec - Converted string represented in decimal                              |
 |               | - oct - Converted string represented in octal                                |
 +----------------+------------------------------------------------------------------------------+
 | [dce]                 | Allow the DCE module determine the byte order                                |
@@ -361,7 +361,7 @@ Example::
 
   alert tcp any any -> any any \ 
          (msg:"Byte_Test Example - Detect Large Values"; content:"|00 01 00 02|"; \
-         byte_test:2,>,1000,relavtive;)
+         byte_test:2,>,1000,relative;)
 
   alert tcp any any -> any any \
         (msg:"Byte_Test Example - Lowest bit is set"; \