]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
exception-policies: fix typos
authorJuliana Fajardini <jufajardini@oisf.net>
Tue, 29 Nov 2022 18:14:30 +0000 (15:14 -0300)
committerJuliana Fajardini <jufajardini@oisf.net>
Tue, 20 Dec 2022 18:52:05 +0000 (15:52 -0300)
doc/userguide/configuration/exception-policies.rst

index 0d82b33210a460e9cf26a944fee30b1f8fd7c94e..2d49c5e936d128fb4b9636064a040a7700980aa3 100644 (file)
@@ -66,10 +66,10 @@ are:
 - ``pass-flow``: disable payload and packet detection; stream reassembly,
   app-layer parsing and logging still happen.
 - ``pass-packet``: disable detection, still does stream updates and app-layer
-  parsing (depeding on which policy triggered it).
+  parsing (depending on which policy triggered it).
 - ``ignore``: do not apply exception policies (default behavior).
 
-The *Drop*, *pass* and *reject* are similar to the rule actions described in :ref:`rule
+The *drop*, *pass* and *reject* are similar to the rule actions described in :ref:`rule
 actions<suricata-yaml-action-order>`.
 
 Command-line Options for Simulating Exceptions