From 2b8e6958f40ef36c1508118ac36a43694283a83c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:01:28 -0500 Subject: Spelling (#4086) [Rework] Massive spelling fix from @jsoref --- lualib/lua_scanners/fprot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lualib/lua_scanners/fprot.lua') diff --git a/lualib/lua_scanners/fprot.lua b/lualib/lua_scanners/fprot.lua index 4c416524c..0d63bf4b8 100644 --- a/lualib/lua_scanners/fprot.lua +++ b/lualib/lua_scanners/fprot.lua @@ -135,7 +135,7 @@ local function fprot_check(task, content, digest, rule, maybe_part) rule['symbol'], rule['type']) end else - -- returncodes: 1: infected, 2: suspicious, 3: both, 4-255: some error occured + -- returncodes: 1: infected, 2: suspicious, 3: both, 4-255: some error occurred -- see http://www.f-prot.com/support/helpfiles/unix/appendix_c.html for more detail local vname = string.match(data, '^[1-3] <[%w%s]-: (.-)>') if not vname then -- cgit v1.2.3