hw/audio/virtio-snd.c: spelling: initalize
Fixes: eb9ad377bb
"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>
This commit is contained in:
parent
7ca24cd1c9
commit
aaf851a20c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user