]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: fix typo
authorVictor Julien <victor@inliniac.net>
Fri, 28 Sep 2018 19:51:08 +0000 (21:51 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 2 Oct 2018 12:24:16 +0000 (14:24 +0200)
suricata.yaml.in

index c882a8aa485b80c84f7ae25245f2e4386de1a7e3..99c643589c8d693db817e2c1128057c036d4801f 100644 (file)
@@ -1646,12 +1646,12 @@ nflog:
 
 # general settings affecting packet capture
 capture:
-  # disable NIC offloading. It's restored when Suricata exists.
-  # Enabled by default
+  # disable NIC offloading. It's restored when Suricata exits.
+  # Enabled by default.
   #disable-offloading: false
   #
   # disable checksum validation. Same as setting '-k none' on the
-  # commandline
+  # commandline.
   #checksum-validation: none
 
 # Netmap support