spelling fixes: eventhough, shoudl, asyncronous, maxium, implicity
These changes are carried in debian for a long time, some since 2016. The last one (implicity) is new in 1.20.0. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Bart Van Assche
parent
d960e6253c
commit
6e0206c135
@@ -151,7 +151,7 @@ void cb(struct iscsi_context *iscsi, int status, void *command_data, void *priva
|
||||
if (status == SCSI_STATUS_BUSY ||
|
||||
(status == SCSI_STATUS_CHECK_CONDITION && task->sense.key == SCSI_SENSE_UNIT_ATTENTION)) {
|
||||
if (client->retry_cnt++ > 4 * max_in_flight) {
|
||||
fprintf(stderr, "maxium number of command retries reached...\n");
|
||||
fprintf(stderr, "maximum number of command retries reached...\n");
|
||||
client->err_cnt++;
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user