diff --git a/src/detect-parse.c b/src/detect-parse.c index 7e6068e94b..d3c445a42b 100644 --- a/src/detect-parse.c +++ b/src/detect-parse.c @@ -678,7 +678,7 @@ static int SigParseOptions(DetectEngineCtx *de_ctx, Signature *s, char *optstr, } /* if quoting is mandatory, enforce it */ if (st->flags & SIGMATCH_QUOTES_MANDATORY && ovlen && *ptr != '"') { - SCLogError(SC_ERR_INVALID_SIGNATURE, "invalid formattingto %s keyword: " + SCLogError(SC_ERR_INVALID_SIGNATURE, "invalid formatting to %s keyword: " "value must be double quoted \'%s\'", optname, optstr); goto error; }