Skip to content

Commit 203e987

Browse files
committed
fix typo in logs
1 parent ae559b8 commit 203e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iscsi/iscsi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ func RemoveSCSIDevices(devices ...Device) error {
567567
if len(errs) > 0 {
568568
return errs[0]
569569
}
570-
debug.Println("Finshed removing SCSI devices.")
570+
debug.Println("Finished removing SCSI devices.")
571571
return nil
572572
}
573573

0 commit comments

Comments
 (0)