Skip to content

Commit

Permalink
hw/audio/virtio-snd.c: spelling: initalize
Browse files Browse the repository at this point in the history
Fixes: eb9ad37 "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>
  • Loading branch information
Michael Tokarev committed Nov 15, 2023
1 parent 7ca24cd commit aaf851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/audio/virtio-snd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit aaf851a

Please sign in to comment.