]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
treewide: fix typos 1201/head
authorTorstein Husebø <torstein@huseboe.net>
Tue, 8 Sep 2015 10:23:18 +0000 (12:23 +0200)
committerTorstein Husebø <torstein@huseboe.net>
Tue, 8 Sep 2015 10:55:50 +0000 (12:55 +0200)
man/systemd-gpt-auto-generator.xml
src/journal/journald-kmsg.c
src/login/pam_systemd.c
src/resolve/resolved-dns-packet.h

index 27ec72c986fc44f6467f39fc2423c9dd850d79dd..f569ea3cde8a848e4b75b5c4073e1232c6e092b3 100644 (file)
@@ -69,7 +69,7 @@
     units are explicitly configured (for example, listed in
     <citerefentry
     project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>),
-    the units this generator creates are overriden, but additional
+    the units this generator creates are overridden, but additional
     automatic dependencies might be created.</para>
 
     <para>This generator will only look for root partitions on the
index e5be7f77666301c21245d812d874a7964132843f..51fe3aa50af40a314dccd9131235fc5946a01e01 100644 (file)
@@ -190,7 +190,7 @@ static void dev_kmsg_record(Server *s, const char *p, size_t l) {
 
         for (j = 0; l > 0 && j < N_IOVEC_KERNEL_FIELDS; j++) {
                 char *m;
-                /* Meta data fields attached */
+                /* Metadata fields attached */
 
                 if (*k != ' ')
                         break;
index 71c84d8e0a9efaa272cd1fdfbb153dacbdde2607..f66f1ce8428bfcfc6ee135dd940e330e4cd62ae1 100644 (file)
@@ -185,7 +185,7 @@ static int export_legacy_dbus_address(
                 if (asprintf(&s, KERNEL_USER_BUS_ADDRESS_FMT ";" UNIX_USER_BUS_ADDRESS_FMT, uid, runtime) < 0)
                         goto error;
         } else {
-                /* FIXME: We *realy* should move the access() check into the
+                /* FIXME: We *really* should move the access() check into the
                  * daemons that spawn dbus-daemon, instead of forcing
                  * DBUS_SESSION_BUS_ADDRESS= here. */
 
index 5628e579ad17e0e9f6c0e353ca08e1704255ffb6..fbbabaf232d7d47e767866bbf9b35317c8c8ebaf 100644 (file)
@@ -78,7 +78,7 @@ struct DnsPacket {
         DnsQuestion *question;
         DnsAnswer *answer;
 
-        /* Packet reception meta data */
+        /* Packet reception metadata */
         int ifindex;
         int family, ipproto;
         union in_addr_union sender, destination;