]> 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)
committerVictor Julien <victor@inliniac.net>
Thu, 8 Apr 2021 09:08:32 +0000 (11:08 +0200)
src/util-threshold-config.c

index b5e56b5b354b91dea6ce71e1f358ac14fa0bf4f0..860682055e9c12db52af2a37296cc6ad8f41dc55 100644 (file)
@@ -385,8 +385,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);