summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnsgar Burchardt <ansgar@43-1.org>2014-08-26 00:19:54 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-26 20:27:09 +0200
commitdaa05349dfefb12638c96e034c11be613bdc39b7 (patch)
tree1eb1395a64a342f56ae02cd2fa154447fc4fb2dd /NEWS
parent8dac15b6e9792c2b0f503ddf78ac499817904a6f (diff)
NEWS: Fix typos.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7dad765a3..2fca2cdc9 100644
--- a/NEWS
+++ b/NEWS
@@ -42,8 +42,8 @@ CHANGES WITH 216:
* systemd-resolved now includes a caching DNS stub resolver
and a complete LLMNR name resolution implementation. A new
- NSS module "nss-resolve" has been added which make be used
- of glibc's own "nss-dns" to resolve hostnames via
+ NSS module "nss-resolve" has been added which can be used
+ instead of glibc's own "nss-dns" to resolve hostnames via
systemd-resolved. Hostnames, addresses and arbitrary RRs may
be resolved via systemd-resolved D-Bus APIs. In contrast to
the glibc internal resolver systemd-resolved is aware of
@@ -606,7 +606,7 @@ CHANGES WITH 214:
* Access modes specified in tmpfiles snippets may now be
prefixed with "~", which indicates that they shall be masked
- by whether the existing file or directly is currently
+ by whether the existing file or directory is currently
writable, readable or executable at all. Also, if specified,
the sgid/suid/sticky bits will be masked for all
non-directories.