From 7b20488d4e104d7c3693b25810c77e7756050424 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Thu, 16 Dec 2021 12:07:16 +0000 Subject: [PATCH] userguide: fix low-hanging typos Config page --- doc/userguide/configuration/suricata-yaml.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/userguide/configuration/suricata-yaml.rst b/doc/userguide/configuration/suricata-yaml.rst index b6b6a80d93..f2955a2519 100644 --- a/doc/userguide/configuration/suricata-yaml.rst +++ b/doc/userguide/configuration/suricata-yaml.rst @@ -625,7 +625,7 @@ Pattern matcher settings The multi-pattern-matcher (MPM) is a part of the detection engine within Suricata that searches for multiple patterns at -once. Often, signatures have one ore more patterns. Of each +once. Often, signatures have one or more patterns. Of each signature, one pattern is used by the multi-pattern-matcher. That way Suricata can exclude many signatures from being examined, because a signature can only match when all its patterns match. @@ -1466,7 +1466,7 @@ configuration (console, file, syslog) if not otherwise set. line option `. The ``default-log-level`` set in the configuration value can be -overriden by the ``SC_LOG_LEVEL`` environment variable. +overridden by the ``SC_LOG_LEVEL`` environment variable. Default Log Format ~~~~~~~~~~~~~~~~~~