From: Michael Tokarev Date: Mon, 13 Nov 2023 21:12:48 +0000 (+0300) Subject: hw/audio/virtio-snd.c: spelling: initalize X-Git-Tag: v8.2.0-rc1~14^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aaf851a20cf6f762583642361a61ff71fda44fc2;p=thirdparty%2Fqemu.git hw/audio/virtio-snd.c: spelling: initalize Fixes: eb9ad377bb94 "virtio-sound: handle control messages and streams" Signed-off-by: Michael Tokarev Reviewed-by: Stefan Weil Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c index a18a9949a78..2fe966e3112 100644 --- a/hw/audio/virtio-snd.c +++ b/hw/audio/virtio-snd.c @@ -1126,7 +1126,7 @@ static void virtio_snd_realize(DeviceState *dev, Error **errp) status = virtio_snd_set_pcm_params(vsnd, i, &default_params); if (status != cpu_to_le32(VIRTIO_SND_S_OK)) { error_setg(errp, - "Can't initalize stream params, device responded with %s.", + "Can't initialize stream params, device responded with %s.", print_code(status)); return; }