From 377885f420933d00e7a2f2475e5491af1403f179 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Tue, 29 Nov 2022 15:14:30 -0300 Subject: [PATCH] exception-policies: fix typos --- doc/userguide/configuration/exception-policies.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/userguide/configuration/exception-policies.rst b/doc/userguide/configuration/exception-policies.rst index 0d82b33210..2d49c5e936 100644 --- a/doc/userguide/configuration/exception-policies.rst +++ b/doc/userguide/configuration/exception-policies.rst @@ -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`. Command-line Options for Simulating Exceptions -- 2.47.2