From 2893b04ab014c4dcc0bfc4c6f9dbf83fd44717a1 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Mon, 29 Mar 2021 08:33:02 -0400 Subject: [PATCH] general: Typo cleanup --- src/util-threshold-config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util-threshold-config.c b/src/util-threshold-config.c index b5e56b5b35..860682055e 100644 --- a/src/util-threshold-config.c +++ b/src/util-threshold-config.c @@ -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);