]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
general: Correct typo
authorJeff Lucovsky <jeff@lucovsky.org>
Tue, 12 Jan 2021 15:16:43 +0000 (10:16 -0500)
committerVictor Julien <victor@inliniac.net>
Thu, 14 Jan 2021 11:48:14 +0000 (12:48 +0100)
src/detect-lua-extensions.c

index d615d0feec444dc78433343d964fc968ece4a5c6..0e4c9fdeb7e6c85e672f73566e90713d4cee57ee 100644 (file)
@@ -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));  \