Fix a cut-n-paste typo in an error message

This commit is contained in:
Ronnie Sahlberg
2011-04-05 12:24:13 +10:00
parent 1a5f267b1d
commit e93ad2f039

View File

@@ -29,7 +29,7 @@ iscsi_task_mgmt_async(struct iscsi_context *iscsi,
struct iscsi_pdu *pdu;
if (iscsi->is_loggedin == 0) {
iscsi_set_error(iscsi, "trying send nop-out while not logged "
iscsi_set_error(iscsi, "trying send task-mgmt while not logged "
"in");
return -1;
}