From: Victor Julien Date: Fri, 5 May 2023 18:35:15 +0000 (+0200) Subject: lua: spelling X-Git-Tag: suricata-7.0.0-rc2~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0b42b358e7b1339257ca1b905cea841674e6d1;p=thirdparty%2Fsuricata.git lua: spelling --- diff --git a/lua/fast.lua b/lua/fast.lua index f185059266..17551900be 100644 --- a/lua/fast.lua +++ b/lua/fast.lua @@ -1,6 +1,6 @@ -- This is a simple example script to show what you can do with lua output scripts. -- It prints logs similar to the ones produced by the builtin fast.log output --- faciltiy to stdout, hence its name. +-- facility to stdout, hence its name. -- In the init() function we tell suricata, that we want the log function to be -- called for every packet that produces an alert (see needs variable)