]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
lua: spelling
authorVictor Julien <vjulien@oisf.net>
Fri, 5 May 2023 18:35:15 +0000 (20:35 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 12:50:43 +0000 (14:50 +0200)
lua/fast.lua

index f185059266e9a220e136825dc3452482e392b70d..17551900bec814c6a30e310edbf11c4cbd7edbc0 100644 (file)
@@ -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)