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) {