From: Jeff Lucovsky Date: Tue, 12 Jan 2021 15:16:43 +0000 (-0500) Subject: general: Correct typo X-Git-Tag: suricata-6.0.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693d61c729f7abad101fb085ae2d02c38b15528d;p=thirdparty%2Fsuricata.git general: Correct typo (cherry picked from commit c8459746396d142a9aec53e44a252c4bf4773716) --- 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)); \