]> 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)
committerVictor Julien <vjulien@oisf.net>
Fri, 28 Jan 2022 17:53:07 +0000 (18:53 +0100)
src/util-reference-config.c

index 099117323d89762289e1ecb4a22c9e5fdc5c0d4e..4e69742c048b455dc52472a4e7caec0efbc49482 100644 (file)
@@ -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.
  *