From: Tim Wiederhake Date: Wed, 2 Mar 2022 08:17:30 +0000 (+0100) Subject: Fix typo in NEWS X-Git-Tag: v8.2.0-rc1~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1754a1a5ba70787f637685ac23a4495daec19d1;p=thirdparty%2Flibvirt.git Fix typo in NEWS Signed-off-by: Tim Wiederhake --- diff --git a/NEWS.rst b/NEWS.rst index 14c4aaf185..a5b6106bc2 100644 --- 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``.