]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
gen/typos: Correct misc. typos.
authorJeff Lucovsky <jlucovsky@oisf.net>
Mon, 24 Apr 2023 13:49:40 +0000 (09:49 -0400)
committerVictor Julien <victor@inliniac.net>
Sun, 30 Jul 2023 12:22:52 +0000 (14:22 +0200)
src/reputation.c

index 7313012d173717e87333ba1e3dbd1a3adfe30646..57beefbe587881e83e20919164c8fe47e12e53eb 100644 (file)
@@ -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)