summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-24 16:53:31 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-24 16:53:31 +0200
commit3943231cfeb3d76dc4ec0b9f845c3f874593a9de (patch)
tree548128d6f36838a030c6b14732184543d88aec50
parent9ae9afce6f53a872f4b01b9be13daa75833bd59e (diff)
downloadsystemd-3943231cfeb3d76dc4ec0b9f845c3f874593a9de.tar.gz
NEWS: fix more typos
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 709e4a2472..6d4852d804 100644
--- 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
@@ -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
@@ -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.