From 30b1d7a9c13dda776fb7d65c461f1d47ba1e7e61 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Thu, 7 May 2020 09:18:02 -0400 Subject: [PATCH] detect: Correct typo --- src/detect-file-data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }