From: Joseph Herlant Date: Thu, 15 Nov 2018 17:14:14 +0000 (-0800) Subject: CLEANUP: fix a typo found in the stream subsystem X-Git-Tag: v1.9-dev7~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cc8d0d60cf145e30caded98961b08d63481ccbb;p=thirdparty%2Fhaproxy.git CLEANUP: fix a typo found in the stream subsystem This typo is in a code comment so not end-user visible. --- diff --git a/src/stream.c b/src/stream.c index a92a309c78..41555544cd 100644 --- a/src/stream.c +++ b/src/stream.c @@ -112,7 +112,7 @@ int stream_buf_available(void *arg) /* This function is called from the session handler which detects the end of * handshake, in order to complete initialization of a valid stream. It must be - * called with a completley initialized session. It returns the pointer to + * called with a completely initialized session. It returns the pointer to * the newly created stream, or NULL in case of fatal error. The client-facing * end point is assigned to , which must be valid. The stream's task * is configured with a nice value inherited from the listener's nice if any.