This fixes a typo "sesson" in an error message of conn_close function. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx> --- usr/iscsi/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/iscsi/conn.c b/usr/iscsi/conn.c index 17aa3e3..bb18ac0 100644 --- a/usr/iscsi/conn.c +++ b/usr/iscsi/conn.c @@ -106,7 +106,7 @@ void conn_close(struct iscsi_connection *conn) if (!conn->session) goto done; - eprintf("sesson %p %d\n", conn->session, conn->session->refcount); + eprintf("session %p %d\n", conn->session, conn->session->refcount); /* * We just closed the ep so we are not going to send/recv anything. -- 1.7.9.3 -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html