From: Jeff Lucovsky Date: Thu, 7 May 2020 13:18:02 +0000 (-0400) Subject: detect: Correct typo X-Git-Tag: suricata-6.0.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b1d7a9c13dda776fb7d65c461f1d47ba1e7e61;p=thirdparty%2Fsuricata.git detect: Correct typo --- diff --git a/src/detect-file-data.c b/src/detect-file-data.c index 16b7a5f8de..13246ee1eb 100644 --- a/src/detect-file-data.c +++ b/src/detect-file-data.c @@ -262,7 +262,7 @@ static InspectionBuffer *HttpServerBodyGetDataCallback(DetectEngineThreadCtx *de HtpBodyChunk *cur = body->first; if (cur == NULL) { - SCLogDebug("No http chunks to inspect for this transacation"); + SCLogDebug("No http chunks to inspect for this transaction"); return NULL; }