]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: fix a typo found in the stream subsystem
authorJoseph Herlant <aerostitch@debian.org>
Thu, 15 Nov 2018 17:14:14 +0000 (09:14 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:23:15 +0000 (22:23 +0100)
This typo is in a code comment so not end-user visible.

src/stream.c

index a92a309c7856efa9f3ceddc009cb90b94da5a913..41555544cd6b9101cb7418942810df4ff9c946ba 100644 (file)
@@ -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 <origin>, which must be valid. The stream's task
  * is configured with a nice value inherited from the listener's nice if any.