From ca0b2b4daa344a89bcd4e7b9848c316380fc28dd Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Mon, 24 Apr 2023 09:49:40 -0400 Subject: [PATCH] gen/typos: Correct misc. typos. --- src/reputation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reputation.c b/src/reputation.c index 7313012d17..57beefbe58 100644 --- a/src/reputation.c +++ b/src/reputation.c @@ -46,7 +46,7 @@ SC_ATOMIC_DECLARE(uint32_t, srep_eversion); /** reputation version set to the host's reputation, * this will be set to 1 before rep files are loaded, - * so hosts will always have a minial value of 1 */ + * so hosts will always have a minimal value of 1 */ static uint32_t srep_version = 0; static uint32_t SRepIncrVersion(void)