]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
add to general: Typo fixup
authorJeff Lucovsky <jlucovsky@oisf.net>
Sun, 16 Oct 2022 14:08:26 +0000 (10:08 -0400)
committerVictor Julien <vjulien@oisf.net>
Thu, 10 Nov 2022 13:42:44 +0000 (15:42 +0200)
src/detect-http-host.c

index 94ef91b47a3eccd73eebe147eb2f87f3ed2a8fb0..c2385ec662deaf8fd0bf81d83b84f28ffade90c3 100644 (file)
@@ -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);