From: Jeff Lucovsky Date: Sun, 18 Aug 2019 22:04:58 +0000 (-0400) Subject: spelling: correct spelling typo X-Git-Tag: suricata-5.0.0-rc1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87bfce025dd51c7d655faf5503b7b26929e38781;p=thirdparty%2Fsuricata.git spelling: correct spelling typo --- diff --git a/src/detect-engine-analyzer.c b/src/detect-engine-analyzer.c index a5009ed13c..c51c908961 100644 --- a/src/detect-engine-analyzer.c +++ b/src/detect-engine-analyzer.c @@ -581,7 +581,7 @@ static void DumpMatches(RuleAnalyzer *ctx, json_t *js, const SigMatchData *smd) json_object_set_new(js_match_content, "fast_pattern", json_boolean(cd->flags & DETECT_CONTENT_FAST_PATTERN)); if (cd->flags & DETECT_CONTENT_FAST_PATTERN_ONLY) { - AnalyzerNote(ctx, (char *)"'fast_pattern:only' option is silently ignored and is intepreted as regular 'fast_pattern'"); + AnalyzerNote(ctx, (char *)"'fast_pattern:only' option is silently ignored and is interpreted as regular 'fast_pattern'"); } json_object_set_new(js_match, "content", js_match_content);