From: Jeff Lucovsky Date: Sun, 15 Dec 2019 19:44:45 +0000 (-0500) Subject: doc: fix documentation typos X-Git-Tag: suricata-6.0.0-beta1~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad6c5421a8135a71ee509def7789ce4122f4503;p=thirdparty%2Fsuricata.git doc: fix documentation typos --- diff --git a/doc/userguide/rules/payload-keywords.rst b/doc/userguide/rules/payload-keywords.rst index ca4f6eeb6c..c552e91923 100644 --- a/doc/userguide/rules/payload-keywords.rst +++ b/doc/userguide/rules/payload-keywords.rst @@ -336,7 +336,7 @@ Format:: +----------------+------------------------------------------------------------------------------+ | [string] | | | | - 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"; \