From: Jeff Lucovsky Date: Mon, 24 Apr 2023 13:49:40 +0000 (-0400) Subject: gen/typos: Correct misc. typos. X-Git-Tag: suricata-7.0.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0b2b4daa344a89bcd4e7b9848c316380fc28dd;p=thirdparty%2Fsuricata.git gen/typos: Correct misc. typos. --- 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)