From: jason taylor Date: Wed, 3 Jan 2024 21:57:33 +0000 (+0000) Subject: detect: minor http.cookie keyword typo fix X-Git-Tag: suricata-8.0.0-beta1~1547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd5cd61c25ca1ba374ac5ff79fca298a4bf0f21;p=thirdparty%2Fsuricata.git detect: minor http.cookie keyword typo fix Signed-off-by: jason taylor --- diff --git a/src/detect-http-cookie.c b/src/detect-http-cookie.c index b10b8fa81e..5f48982854 100644 --- a/src/detect-http-cookie.c +++ b/src/detect-http-cookie.c @@ -150,7 +150,7 @@ static int DetectHttpCookieSetup(DetectEngineCtx *de_ctx, Signature *s, const ch } /** - * \brief this function setup the http.user_agent keyword used in the rule + * \brief this function setup the http.cookie keyword used in the rule * * \param de_ctx Pointer to the Detection Engine Context * \param s Pointer to the Signature to which the current keyword belongs