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:
Michael Tokarev
2024-02-05 20:55:39 +03:00
committed by Bart Van Assche
parent d960e6253c
commit 6e0206c135
6 changed files with 7 additions and 7 deletions

View File

@@ -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;
}