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

src/session.c

index 9c52efc9d62a869476292a4fb3d6db274fae10fa..2dfd1dea657047c4e4f4f0ad530957fb3466663d 100644 (file)
@@ -123,7 +123,7 @@ void session_free(struct session *sess)
 }
 
 /* callback used from the connection/mux layer to notify that a connection is
- * gonig to be released.
+ * going to be released.
  */
 void conn_session_free(struct connection *conn)
 {