From: Joseph Herlant Date: Sun, 25 Nov 2018 19:22:10 +0000 (-0800) Subject: CLEANUP: Fix a typo in the session subsystem X-Git-Tag: v1.9-dev9~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d091bfbc6fe28fdb4c572fe914e88ca175d4a5d3;p=thirdparty%2Fhaproxy.git 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 9c52efc9d6..2dfd1dea65 100644 --- a/src/session.c +++ b/src/session.c @@ -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) {