]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
general: Typo cleanup
authorJeff Lucovsky <jeff@lucovsky.org>
Mon, 29 Mar 2021 12:33:02 +0000 (08:33 -0400)
committerShivani Bhardwaj <shivanib134@gmail.com>
Thu, 29 Apr 2021 09:21:34 +0000 (14:51 +0530)
(cherry picked from commit 2893b04ab014c4dcc0bfc4c6f9dbf83fd44717a1)

src/util-threshold-config.c

index b08935db06f23c250408cf6fb4b9845a473b6c1a..2bc80cd0264dc886489f883c43d94b7181f52d75 100644 (file)
@@ -387,8 +387,8 @@ static int SetupSuppressRule(DetectEngineCtx *de_ctx, uint32_t id, uint32_t gid,
         }
     } else if (id > 0 && gid == 0) {
         SCLogError(SC_ERR_INVALID_VALUE, "Can't use a event config that has "
-                   "sid > 0 and gid == 0. Please fix this "
-                   "in your threshold.conf file");
+                                         "sid > 0 and gid == 0. Please fix this "
+                                         "in your threshold.config file");
         goto error;
     } else {
         s = SigFindSignatureBySidGid(de_ctx, id, gid);