]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
spelling: correct spelling typo
authorJeff Lucovsky <jeff@lucovsky.org>
Sun, 18 Aug 2019 22:04:58 +0000 (18:04 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 19 Aug 2019 12:49:05 +0000 (14:49 +0200)
src/detect-engine-analyzer.c

index a5009ed13c7b62b550ea5acb04e22e6d891d51cd..c51c908961b841ff92dcfb3ef74cac1c1a92920a 100644 (file)
@@ -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);