]> 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)
committerJeff Lucovsky <jeff@lucovsky.org>
Thu, 29 Apr 2021 13:58:03 +0000 (09:58 -0400)
(cherry picked from commit 2893b04ab014c4dcc0bfc4c6f9dbf83fd44717a1)

src/util-threshold-config.c

index 2f4a5fae538ca9141efe64ea4a03a4290ed2c439..41d655ca950088e9abcb077bb7c7d013d477f37c 100644 (file)
@@ -374,8 +374,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);