From: Michael Tokarev Date: Wed, 18 May 2016 12:41:59 +0000 (+0300) Subject: s390x/virtio-ccw: fix spelling X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b34aee54aafe2a8da7fa365932f7ca6968ca64c4;p=qemu.git s390x/virtio-ccw: fix spelling Signed-off-by: Michael Tokarev Acked-by: Christian Borntraeger Acked-by: Cornelia Huck --- diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c index a1c1ed9496..2b68e5e87d 100644 --- a/hw/s390x/virtio-ccw.c +++ b/hw/s390x/virtio-ccw.c @@ -1476,7 +1476,7 @@ static void virtio_ccw_device_plugged(DeviceState *d, Error **errp) int n = virtio_get_num_queues(vdev); if (virtio_get_num_queues(vdev) > VIRTIO_CCW_QUEUE_MAX) { - error_setg(errp, "The nubmer of virtqueues %d " + error_setg(errp, "The number of virtqueues %d " "exceeds ccw limit %d", n, VIRTIO_CCW_QUEUE_MAX); return;