From: Tim Wiederhake Date: Tue, 26 Oct 2021 14:14:06 +0000 (+0200) Subject: Fix some typos X-Git-Tag: v7.9.0-rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed87c62c2bdbfa35e08195c0573dc8f46e866167;p=thirdparty%2Flibvirt.git Fix some typos Signed-off-by: Tim Wiederhake Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 5a7570d0db..5f1cf19940 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -64,7 +64,7 @@ v7.9.0 (unreleased) Libvirt started using JSON directly with the ``-device`` commandline parameter as it's considered the preferred stable syntax for further QEMU - releases. If any problems with the conversion are encoutered please + releases. If any problems with the conversion are encountered please report them as soon as possible. * **Bug fixes** diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 48c6ee9865..8a7d241df1 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -16601,7 +16601,7 @@ virDomainMemoryFindInactiveByDef(virDomainDef *def, /** * virDomainMemoryFindByDeviceInfo: - * @def: domain defintion + * @def: domain definition * @info: device info to match * @pos: store position within array * diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 7374b2beca..77977c396e 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -694,7 +694,7 @@ qemuBuildDeviceAddressProps(virJSONValue *props, * @virtio: the returned video device is a 'virtio' device * @virtioBusSuffix: the returned device needs to get the bus-suffix * - * Returns the model fo the device for @video and @qemuCaps. @virtio and + * Returns the model of the device for @video and @qemuCaps. @virtio and * @virtioBusSuffix are filled with the corresponding flags. */ static const char * @@ -1106,7 +1106,7 @@ qemuBuildVirtioDevProps(virDomainDeviceType devtype, /* We temporarily cast the const away here, but that's safe to do * because the called function simply sets the correct member of - * device to devdata based on devtype. Futher uses of device will + * device to devdata based on devtype. Further uses of device will * not touch its contents */ virDomainDeviceSetData((virDomainDeviceDef *) &device, (void *) devdata);