Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[sfrench/cifs-2.6.git] / drivers / scsi / scsi_transport_iscsi.c
index 7404d26895f5b7de916f65e86c549790cf444d96..f4b52b44b966c98edc18549f37c1fe603737aaa1 100644 (file)
@@ -3420,7 +3420,7 @@ iscsi_get_host_stats(struct iscsi_transport *transport, struct nlmsghdr *nlh)
 
        shost = scsi_host_lookup(ev->u.get_host_stats.host_no);
        if (!shost) {
-               pr_err("%s: failed. Cound not find host no %u\n",
+               pr_err("%s: failed. Could not find host no %u\n",
                       __func__, ev->u.get_host_stats.host_no);
                return -ENODEV;
        }