From: Jeff Lucovsky Date: Thu, 27 Jan 2022 17:30:14 +0000 (-0500) Subject: general: Fix typo X-Git-Tag: suricata-6.0.5~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28d093ae73040ca60028917e3e7426ee5fe0ab3;p=thirdparty%2Fsuricata.git general: Fix typo (cherry picked from commit b53fced45254ca267e75ea7e8c60afab82ea1e08) --- diff --git a/src/util-reference-config.c b/src/util-reference-config.c index 2ad81bc648..df77a10d9e 100644 --- a/src/util-reference-config.c +++ b/src/util-reference-config.c @@ -518,7 +518,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. *