hw/audio/virtio-snd.c: spelling: initalize
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 13 Nov 2023 21:12:48 +0000 (00:12 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 15 Nov 2023 08:09:17 +0000 (11:09 +0300)
Fixes: eb9ad377bb94 "virtio-sound: handle control messages and streams"
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/audio/virtio-snd.c

index a18a9949a785b2a42b0c195931a8e4d41cf70e5d..2fe966e31127562d926f95dfdbe8f3bc90d09d1a 100644 (file)
@@ -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;
         }