From: Jeff Lucovsky Date: Mon, 29 Mar 2021 12:33:02 +0000 (-0400) Subject: general: Typo cleanup X-Git-Tag: suricata-5.0.7~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c436745f6a64224b4cdfb7783d586906efbb66a;p=thirdparty%2Fsuricata.git general: Typo cleanup (cherry picked from commit 2893b04ab014c4dcc0bfc4c6f9dbf83fd44717a1) --- diff --git a/src/util-threshold-config.c b/src/util-threshold-config.c index 2f4a5fae53..41d655ca95 100644 --- a/src/util-threshold-config.c +++ b/src/util-threshold-config.c @@ -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);