]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
general: Fix typo
authorJeff Lucovsky <jeff@lucovsky.org>
Thu, 27 Jan 2022 17:30:14 +0000 (12:30 -0500)
committerShivani Bhardwaj <shivanib134@gmail.com>
Tue, 8 Mar 2022 15:04:15 +0000 (20:34 +0530)
(cherry picked from commit b53fced45254ca267e75ea7e8c60afab82ea1e08)

src/util-reference-config.c

index 2ad81bc648b11f76df52c97f2637a540871066d3..df77a10d9ef899afac18d93dcac3245e11a28b47 100644 (file)
@@ -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.
  *