]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
treewide: fix typos 767/head
authorTorstein Husebø <torstein@huseboe.net>
Fri, 24 Jul 2015 09:14:01 +0000 (11:14 +0200)
committerTorstein Husebø <torstein@huseboe.net>
Wed, 29 Jul 2015 10:29:46 +0000 (12:29 +0200)
NEWS
src/resolve/dns-type.c

diff --git a/NEWS b/NEWS
index 0fbfca4ab5ab8505f32cd3f6a192fb0662533941..9fc6cc6e0003403cd886b5f53cd26280646be828 100644 (file)
--- 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
index e1087b32192b199133376e836d0ed16b040d75df..63b4b36e88d0b0fae45ef94c41e2ae4f77429d8f 100644 (file)
@@ -44,7 +44,7 @@ int dns_type_from_string(const char *s) {
         return sc->id;
 }
 
-/* XXX: find an authorotative list of all pseudo types? */
+/* XXX: find an authoritative list of all pseudo types? */
 bool dns_type_is_pseudo(int n) {
         return IN_SET(n, DNS_TYPE_ANY, DNS_TYPE_AXFR, DNS_TYPE_IXFR, DNS_TYPE_OPT);
 }