commit | d091bfbc6fe28fdb4c572fe914e88ca175d4a5d3 | [log] [tgz] |
---|---|---|
author | Joseph Herlant <aerostitch@debian.org> | Sun Nov 25 11:22:10 2018 -0800 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 18:39:57 2018 +0100 |
tree | d543c137260ce18e30e403d3ab43a96be66bee3f | |
parent | f6989ca056ed40573f01e38129a111f29630d522 [diff] |
CLEANUP: Fix a typo in the session subsystem Fixes a typo in the code comments of the session subsystem.
diff --git a/src/session.c b/src/session.c index 9c52efc..2dfd1de 100644 --- a/src/session.c +++ b/src/session.c
@@ -123,7 +123,7 @@ } /* 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) {