CLEANUP: Fix a typo in the connection subsystem

Fixes a typo in the code comments of the connection subsystem.
This commit is contained in:
Joseph Herlant 2018-11-25 13:21:12 -08:00 committed by Willy Tarreau
parent 3b4e8e118f
commit 8a95a6e5ed

View 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 */