]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: typos 1420/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Sep 2015 15:48:33 +0000 (11:48 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Sep 2015 16:30:30 +0000 (12:30 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 03dc5ba2e38f7c9590bf15cf4d8fd0a2f94dc373..e56a922d2b37ab383a387a6b5c9bf0106c7d37e1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ CHANGES WITH 227:
           It allows accounting the number of tasks in a cgroup and
           enforcing limits on it. This adds two new setting
           TasksAccounting= and TasksMax= to each unit, as well as a
-          gloabl option DefaultTasksAccounting=.
+          global option DefaultTasksAccounting=.
 
         * Support for the "net_cls" cgroup controller has been added.
           It allows assigning a net class ID to each task in the cgroup,
@@ -27,7 +27,7 @@ CHANGES WITH 227:
           sockets.
 
           This adds a new config directive called NetClass= to CGroup
-          enabled units. Allowed values are positive numbers for fix
+          enabled units. Allowed values are positive numbers for fixed
           assignments and "auto" for picking a free value
           automatically.