]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect/engine-tag: fix typo
authorJuliana Fajardini <jufajardini@gmail.com>
Wed, 14 Apr 2021 22:14:41 +0000 (23:14 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 15 Apr 2021 09:43:45 +0000 (11:43 +0200)
src/detect-engine-tag.c

index 27febe3f33624f2bb0c7b0e67415929fe5ef35bc..04cd756c40584612afadc3fcc9a0a123f8061959 100644 (file)
@@ -117,7 +117,7 @@ static DetectTagDataEntry *DetectTagDataCopy(DetectTagDataEntry *dtd)
  * \param p pointer to the current packet
  * \param tde pointer to the new DetectTagDataEntry
  *
- * \retval 0 if the tde was added succesfuly
+ * \retval 0 if the tde was added successfully
  * \retval 1 if an entry of this sid/gid already exist and was updated
  */
 int TagFlowAdd(Packet *p, DetectTagDataEntry *tde)