Fix typo in libiscsi error message
authorRaphael Norwitz <raphael.norwitz@nutanix.com>
Thu, 11 Jun 2020 00:59:03 +0000 (20:59 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2020 00:59:03 +0000 (20:59 -0400)
commitd6670be4fcee5aed40bd6a56d89039d4579996d1
treee3db2235651c982efd06405612f9e6bf7592921c
parent14060ebb90ce5a0a164d0e5e52c13e31b53b282d
Fix typo in libiscsi error message

On authentication failure when connecting to an iscsi server, fio will
print "sicsi: failed to connect to LUN : Failed to log in to target.".

This change fixes a typo, changing sicsi to iscsi.

Signed-off-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
engines/libiscsi.c