From b53fced45254ca267e75ea7e8c60afab82ea1e08 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Thu, 27 Jan 2022 12:30:14 -0500 Subject: [PATCH] general: Fix typo --- src/util-reference-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.47.2