summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-07-24 11:14:01 +0200
committerTorstein Husebø <torstein@huseboe.net>2015-07-29 12:29:46 +0200
commit94e5ba370aa12b47571f08112986d0b91935dee9 (patch)
tree1de6fe50fa7bdedc20e073026d638ca218665b68 /NEWS
parentf5f113f66692abaf72e83698cb7b4f3690b90cf8 (diff)
treewide: fix typos
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0fbfca4ab5..9fc6cc6e00 100644
--- a/NEWS
+++ b/NEWS
@@ -475,7 +475,7 @@ CHANGES WITH 219:
decompress bz2, xz, gzip compressed downloads if necessary,
and restore sparse files on disk. The daemon uses privilege
separation to ensure the actual download logic runs with
- fewer privileges than the deamon itself. machinectl has
+ fewer privileges than the daemon itself. machinectl has
gained new commands "pull-tar", "pull-raw" and "pull-dkr" to
make the functionality of importd available to the
user. With this in place the Fedora and Ubuntu "Cloud"
@@ -566,7 +566,7 @@ CHANGES WITH 219:
* systemd now provides a way to store file descriptors
per-service in PID 1.This is useful for daemons to ensure
that fds they require are not lost during a daemon
- restart. The fds are passed to the deamon on the next
+ restart. The fds are passed to the daemon on the next
invocation in the same way socket activation fds are
passed. This is now used by journald to ensure that the
various sockets connected to all the system's stdout/stderr