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