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

src/51d.c

index 2a97867712177018e60bde1d81dae9448e4124db..4f4942138d244860fda0bb27dc65aef2877b6f1f 100644 (file)
--- a/src/51d.c
+++ b/src/51d.c
@@ -380,7 +380,7 @@ static int _51d_fetch(const struct arg *args, struct sample *smp, const char *kw
        struct lru64 *lru = NULL;
 #endif
 
-       /* Needed to ensure that the HTTP message has been fully recieved when
+       /* Needed to ensure that the HTTP message has been fully received when
         * used with TCP operation. Not required for HTTP operation.
         * Data type has to be reset to ensure the string output is processed
         * correctly.