]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: fix even more typos
authorJán Tomko <jtomko@redhat.com>
Fri, 21 Mar 2025 09:49:25 +0000 (10:49 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 21 Mar 2025 09:49:25 +0000 (10:49 +0100)
The 'editting one' was:
Reported-by: Martin Kletzander <mkletzan@redhat.com>
I found the rest myself.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 484333e55abbf88e6c7820d76ce2897153262e90..6ab34aa756a9ff11651fbcdaf2ac363ac5d58341 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -31,7 +31,7 @@ v11.2.0 (unreleased)
 
   * qemu: Add support for multiple iothreads for ``virtio-scsi`` controller
 
-    It's now possible to map multiple iotreads to the ``virtio-scsi`` controller
+    It's now possible to map multiple iothreads to the ``virtio-scsi`` controller
     or even map them to specific virtqueues similarly to the ``virtio-blk``
     device allowing for better performance in certain scenarios.
 
@@ -45,10 +45,10 @@ v11.2.0 (unreleased)
     a host shutdown has been requested. It will initiate the chosen action on
     running guests immediately, allowing shutdown inhibitors to be released
     sooner. The new solution is also able to iteratively try multiple actions
-    until one of them succeeeds in shutting down the VM.
+    until one of them succeeds in shutting down the VM.
 
     Since it must be mutually exclusive with the libvirt-guests script, this
-    feature currently requires an manual opt-in through editting of the
+    feature currently requires an manual opt-in through editing of the
     /etc/libvirt/qemu.conf configuration file. The libvirt-guests script must
     be disabled before doing this.