]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix typo in NEWS
authorTim Wiederhake <twiederh@redhat.com>
Wed, 2 Mar 2022 08:17:30 +0000 (09:17 +0100)
committerTim Wiederhake <twiederh@redhat.com>
Wed, 2 Mar 2022 08:17:30 +0000 (09:17 +0100)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
NEWS.rst

index 14c4aaf1855989633fee6553fce1d72257227b78..a5b6106bc2c221219a14648abd93d5e4f949a8e1 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -77,7 +77,7 @@ v8.1.0 (2022-03-01)
   * Remove unix sockets from filesystem when disabling a '.socket' systemd unit
 
     The presence of the socket files is used by our remote driver to determine
-    which service to access. Since neiter systemd nor the daemons clean up the
+    which service to access. Since neither systemd nor the daemons clean up the
     socket file clients were running into problems when a modular deployment was
     switched to monolithic ``libvirtd``.