From 693d61c729f7abad101fb085ae2d02c38b15528d Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Tue, 12 Jan 2021 10:16:43 -0500 Subject: [PATCH] general: Correct typo (cherry picked from commit c8459746396d142a9aec53e44a252c4bf4773716) --- src/detect-lua-extensions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-lua-extensions.c b/src/detect-lua-extensions.c index d615d0feec..0e4c9fdeb7 100644 --- a/src/detect-lua-extensions.c +++ b/src/detect-lua-extensions.c @@ -77,7 +77,7 @@ static const char luaext_key_ld[] = "suricata:luadata"; /* hack to please scan-build. Even though LuaCallbackError *always* - * returns 2, scan-build doesn't accept it and and generates false + * returns 2, scan-build doesn't accept it and generates false * positives */ #define LUA_ERROR(msg) \ LuaCallbackError(luastate, (msg)); \ -- 2.47.2