]> 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)
committerShivani Bhardwaj <shivanib134@gmail.com>
Fri, 29 Jan 2021 09:59:33 +0000 (15:29 +0530)
(cherry picked from commit c8459746396d142a9aec53e44a252c4bf4773716)

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));  \