]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: Correct typo
authorJeff Lucovsky <jeff@lucovsky.org>
Thu, 7 May 2020 13:18:02 +0000 (09:18 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 5 Oct 2020 20:28:19 +0000 (22:28 +0200)
src/detect-file-data.c

index 16b7a5f8de415d2a94951729ce6495dffa150c2c..13246ee1ebc23f1db9174ecc0e5c8982d251c5c2 100644 (file)
@@ -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;
     }