]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: fix typos
authorDaniel Mack <daniel@zonque.org>
Mon, 7 Sep 2015 11:06:53 +0000 (13:06 +0200)
committerDaniel Mack <daniel@zonque.org>
Mon, 7 Sep 2015 11:06:53 +0000 (13:06 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 2e19757359f7700b08799cf5a903ecab935ed4a3..0fa69e5d5ee771e6d34fbdfc0438d1f00ac557c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -87,8 +87,8 @@ CHANGES WITH 226:
         * systemd-nspawn's --bind= and --bind-ro= options have been
           extended to allow creation of non-recursive bind mounts.
 
-        * libsystemd gained two new calls sd_pid_get_cgroup() an
-          sd_peer_get_cgroup() which returns the control group path of
+        * libsystemd gained two new calls sd_pid_get_cgroup() and
+          sd_peer_get_cgroup() which return the control group path of
           a process or peer of a connected AF_UNIX socket. This
           function call is particularly useful when implementing
           delegated subtrees support in the control group hierarchy.