From 8b41754acd21892bc64a4b049ced34642caf2a99 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sun, 16 Oct 2022 10:08:26 -0400 Subject: [PATCH] add to general: Typo fixup --- src/detect-http-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-http-host.c b/src/detect-http-host.c index 94ef91b47a..c2385ec662 100644 --- a/src/detect-http-host.c +++ b/src/detect-http-host.c @@ -199,7 +199,7 @@ static bool DetectHttpHostValidateCallback(const Signature *s, const char **sige } if (u != cd->content_len) { *sigerror = "A pattern with " - "uppercase chararacters detected for http.host. " + "uppercase characters detected for http.host. " "The hostname buffer is normalized to lowercase, " "please specify a lowercase pattern."; SCLogWarning(SC_WARN_POOR_RULE, "rule %u: %s", s->id, *sigerror); -- 2.47.2