]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix some typos
authorTim Wiederhake <twiederh@redhat.com>
Tue, 26 Oct 2021 14:14:06 +0000 (16:14 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Wed, 27 Oct 2021 16:38:50 +0000 (18:38 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst
src/conf/domain_conf.c
src/qemu/qemu_command.c

index 5a7570d0dbe9299532a2ea816b8f70dacf616d92..5f1cf199402ffc8cef8453e77b59d1928d77256c 100644 (file)
--- 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**
index 48c6ee986581a1bf2a17ec5c166b1005246fb0ab..8a7d241df18b931aa922dfe0b124cc546ae235d6 100644 (file)
@@ -16601,7 +16601,7 @@ virDomainMemoryFindInactiveByDef(virDomainDef *def,
 
 /**
  * virDomainMemoryFindByDeviceInfo:
- * @def: domain defintion
+ * @def: domain definition
  * @info: device info to match
  * @pos: store position within array
  *
index 7374b2beca2f488a6dfafc8044067856c6bb1ad7..77977c396e5790e517b6693372a48a4da721ecb2 100644 (file)
@@ -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);