]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix a typo in the checks header file
authorJoseph Herlant <aerostitch@debian.org>
Sun, 25 Nov 2018 21:28:30 +0000 (13:28 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:43:21 +0000 (18:43 +0100)
Fixes a typo in the code comments of the checks header file.

include/types/checks.h

index e0a4bd64be7f1a1cada29d1c11938b004e3e32e1..364eee88d164de562e3a15ed37b41ffb02c8c4f5 100644 (file)
@@ -224,7 +224,7 @@ struct tcpcheck_rule {
        /* match type uses NON-NULL pointer from either string or expect_regex below */
        /* sent string is string */
        char *string;                           /* sent or expected string */
-       int string_len;                         /* string lenght */
+       int string_len;                         /* string length */
        struct my_regex *expect_regex;          /* expected */
        int inverse;                            /* 0 = regular match, 1 = inverse match */
        unsigned short port;                    /* port to connect to */