mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
treewide: fix typos
This commit is contained in:
parent
d60f96798d
commit
dc61b7e45d
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user