From: Jeff Lucovsky Date: Thu, 27 Jan 2022 17:30:14 +0000 (-0500) Subject: general: Fix typo X-Git-Tag: suricata-7.0.0-beta1~964 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53fced45254ca267e75ea7e8c60afab82ea1e08;p=thirdparty%2Fsuricata.git general: Fix typo --- diff --git a/src/util-reference-config.c b/src/util-reference-config.c index 099117323d..4e69742c04 100644 --- a/src/util-reference-config.c +++ b/src/util-reference-config.c @@ -515,7 +515,7 @@ int SCRConfLoadReferenceConfigFile(DetectEngineCtx *de_ctx, FILE *fd) } /** - * \brief Gets the refernce config from the corresponding hash table stored + * \brief Gets the reference config from the corresponding hash table stored * in the Detection Engine Context's reference conf ht, given the * reference name. *