From 23a65b5824db103fd5ae198e0a582ca17fbcc4eb Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sat, 16 May 2020 14:53:01 -0400 Subject: [PATCH] general: Fix typo in detect-bytejump.c --- src/detect-bytejump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-bytejump.c b/src/detect-bytejump.c index 65979a569e..ab8004a976 100644 --- a/src/detect-bytejump.c +++ b/src/detect-bytejump.c @@ -726,7 +726,7 @@ static int DetectBytejumpTestParse03(void) * \test DetectBytejumpTestParse04 is a test for setting the optional flags * with parameters * - * \todo This fails becuase we can only have 9 captures and there are 10. + * \todo This fails because we can only have 9 captures and there are 10. */ static int DetectBytejumpTestParse04(void) { -- 2.47.2