From: Jeff Lucovsky Date: Sat, 16 May 2020 18:53:01 +0000 (-0400) Subject: general: Fix typo in detect-bytejump.c X-Git-Tag: suricata-6.0.0-beta1~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a65b5824db103fd5ae198e0a582ca17fbcc4eb;p=thirdparty%2Fsuricata.git general: Fix typo in detect-bytejump.c --- 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) {