From: Jeff Lucovsky Date: Mon, 17 Feb 2025 17:08:00 +0000 (-0500) Subject: gen/typo: Improve grammar X-Git-Tag: suricata-8.0.0-beta1~416 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb2166a5a91b8aa36cd30646d5e73a4923f7727;p=thirdparty%2Fsuricata.git gen/typo: Improve grammar --- diff --git a/src/detect-ipproto.c b/src/detect-ipproto.c index 8151a71f71..08f3b405f2 100644 --- a/src/detect-ipproto.c +++ b/src/detect-ipproto.c @@ -314,7 +314,7 @@ static int DetectIPProtoSetup(DetectEngineCtx *de_ctx, Signature *s, const char case DETECT_IPPROTO_OP_LT: if (eq_set || lt_set) { SCLogError("can't use a eq or lt " - "ipproto along with a less than ipproto in the " + "ipproto with a less than ipproto in the " "same sig "); goto error; } @@ -334,7 +334,7 @@ static int DetectIPProtoSetup(DetectEngineCtx *de_ctx, Signature *s, const char if (temp_sm != NULL) { DetectIPProtoData *data_temp = (DetectIPProtoData *)temp_sm->ctx; if (data_temp->proto >= data->proto) { - SCLogError("can't use a have " + SCLogError("can't have " "both gt and lt ipprotos, with the lt being " "lower than gt value"); goto error;