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

include/types/connection.h

index 745546cf94ba486ec427bd31701d8793e2904931..8a12cec1d6446d6dd976dac7a5144d44f39b8d45 100644 (file)
@@ -87,7 +87,7 @@ enum {
         * the stream-interface :
         */
        CS_FL_NOT_FIRST     = 0x00100000,  /* this stream is not the first one */
-       CS_FL_READ_PARTIAL  = 0x00200000,  /* some data were received (not necessarly xferred) */
+       CS_FL_READ_PARTIAL  = 0x00200000,  /* some data were received (not necessarily xferred) */
 };
 
 /* cs_shutr() modes */