chiark / gitweb /
NEWS: fix even more typos
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 709e4a2472c1110e64ad659b54ed502cee4f8134..096bad458ac0e713453f8c78c963999f1839e70b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -67,7 +67,7 @@ CHANGES WITH 183:
 
         * We introduced the Documentation= field for units and added
           this to all our shipped units. This is useful to make it
-          easier to explore that boot and the purpose of the various
+          easier to explore the boot and the purpose of the various
           units.
 
         * All smaller setup units (such as
@@ -84,8 +84,8 @@ CHANGES WITH 183:
           avoiding ugly interleaving of getty output and boot status
           messages.
 
-        * There's now a system-wide CapabalityBoundingSet= option to
-          globally reduce the set of capabailities for the
+        * There's now a system-wide CapabilityBoundingSet= option to
+          globally reduce the set of capabilities for the
           system. This is useful to drop CAP_SYS_MKNOD, CAP_SYS_RAWIO,
           CAP_NET_RAW, CAP_SYS_MODULE, CAP_SYS_TIME, CAP_SYS_PTRACE or
           even CAP_NET_ADMIN system-wide for secure systems.
@@ -98,8 +98,8 @@ CHANGES WITH 183:
           systemd which allows easy testing of systemd builds in qemu
           and nspawn. (This is really awesome! Ask us for details!)
 
-        * The fstab parser is now implemented as generator not inside
-          of PID 1.
+        * The fstab parser is now implemented as generator, not inside
+          of PID 1 anymore.
 
         * systemctl will now warn you if .mount units generated from
           /etc/fstab are out of date due to changes in fstab that
@@ -142,7 +142,7 @@ CHANGES WITH 183:
         * nspawn now learned a new switch --uuid= to set the machine
           ID on the command line.
 
-        * nspawn now loearned the -b switch to automatically search
+        * nspawn now learned the -b switch to automatically search
           for an init system.
 
         * vt102 is now the default TERM for serial TTYs, upgraded from
@@ -151,7 +151,7 @@ CHANGES WITH 183:
         * systemd-logind now works on VT-less systems.
 
         * The build tree has been reorganized. The individual
-          componets now have directories of their own.
+          components now have directories of their own.
 
         * A new condition type ConditionPathIsReadWrite= is now available.