]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: Fix typos
authorAndreas Dolp <dev@andreas-dolp.de>
Thu, 17 Feb 2022 07:04:35 +0000 (08:04 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 1 Jun 2022 07:47:49 +0000 (09:47 +0200)
doc/userguide/configuration/suricata-yaml.rst
doc/userguide/rules/datasets.rst

index 3c8b78afa9d3d5784168511a2597a3aed080e742..67299f47ecf51cae7afc211bd48fb1ba58d9548b 100644 (file)
@@ -264,7 +264,7 @@ different YAML file.
   ...
 
 If the same section, say outputs is later redefined after the include
-statement it will overwrite the included file. Therefor any include
+statement it will overwrite the included file. Therefore any include
 statement at the end of the document will overwrite the already
 configured sections.
 
index b248fe3f91611bef3ea41123d3d18f8adf7db2ba..81e4f5bb8470e5859e89f8a1e4e31f7828aab485 100644 (file)
@@ -4,7 +4,7 @@ Datasets
 Using the ``dataset`` and ``datarep`` keyword it is possible to match on
 large amounts of data against any sticky buffer.
 
-For example, to match against a DNs black list called ``dns-bl``::
+For example, to match against a DNS black list called ``dns-bl``::
 
     dns.query; dataset:isset,dns-bl;