From: Juliana Fajardini Date: Wed, 14 Apr 2021 22:14:41 +0000 (+0100) Subject: detect/engine-tag: fix typo X-Git-Tag: suricata-7.0.0-beta1~1680 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b8b3d63e7f71e074d9ed72bfdf289f3c523428;p=thirdparty%2Fsuricata.git detect/engine-tag: fix typo --- diff --git a/src/detect-engine-tag.c b/src/detect-engine-tag.c index 27febe3f33..04cd756c40 100644 --- a/src/detect-engine-tag.c +++ b/src/detect-engine-tag.c @@ -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)