]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix a typo in the proto_htx subsystem
authorJoseph Herlant <aerostitch@debian.org>
Sun, 25 Nov 2018 19:00:25 +0000 (11:00 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:38:48 +0000 (18:38 +0100)
Fixes a typo in the code comments of the proto_htx subsystem.

src/proto_htx.c

index ac1b207a278f21e80bd20c6dfa3de50e52cd1b3d..975fd779ddea0a00f8dc6d183db3d333b668527c 100644 (file)
@@ -4238,7 +4238,7 @@ static void htx_manage_client_side_cookies(struct stream *s, struct channel *req
                                 * - delete the complete cookie if we're in insert+indirect mode, so that
                                 *   the server never sees it ;
                                 * - remove the server id from the cookie value, and tag the cookie as an
-                                *   application cookie so that it does not get accidently removed later,
+                                *   application cookie so that it does not get accidentally removed later,
                                 *   if we're in cookie prefix mode
                                 */
                                if ((s->be->ck_opts & PR_CK_PFX) && (delim != val_end)) {