[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize |
|
Date: |
Thu, 16 Nov 2023 10:44:19 +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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c
index a18a9949a7..2fe966e311 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;
}
--
2.39.2
- [PULL 00/27] Trivial patches for 2023-11-16, Michael Tokarev, 2023/11/16
- [PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header, Michael Tokarev, 2023/11/16
- [PULL 02/27] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section, Michael Tokarev, 2023/11/16
- [PULL 03/27] tests/data/qobject/qdict.txt: Avoid non-inclusive words, Michael Tokarev, 2023/11/16
- [PULL 04/27] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions, Michael Tokarev, 2023/11/16
- [PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize,
Michael Tokarev <=
- [PULL 06/27] qapi/migration.json: spelling: transfering, Michael Tokarev, 2023/11/16
- [PULL 07/27] bsd-user: spelling fixes: necesary, agrument, undocummented, Michael Tokarev, 2023/11/16
- [PULL 08/27] linux-user: spelling fixes: othe, necesary, Michael Tokarev, 2023/11/16
- [PULL 10/27] gdbstub: spelling fix: respectivelly, Michael Tokarev, 2023/11/16
- [PULL 11/27] docs/about/deprecated.rst: spelling fix: becase, Michael Tokarev, 2023/11/16
- [PULL 09/27] hw/cxl: spelling fixes: limitaions, potentialy, intialized, Michael Tokarev, 2023/11/16
- [PULL 12/27] docs/devel/migration.rst: spelling fixes: doen't, diferent, responsability, recomend, Michael Tokarev, 2023/11/16
- [PULL 13/27] docs/system/arm/emulation.rst: spelling fix: Enhacements, Michael Tokarev, 2023/11/16
- [PULL 15/27] target/hppa: spelling fixes: Indicies, Truely, Michael Tokarev, 2023/11/16
- [PULL 17/27] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage, Michael Tokarev, 2023/11/16