diff options
-rw-r--r-- | man/systemd.xml | 2 | ||||
-rw-r--r-- | src/libudev/libudev-device.c | 2 | ||||
-rw-r--r-- | units/systemd-journald.socket | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index 32bca0b607..9f58bc2f82 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -374,7 +374,7 @@ <listitem><para>Slice units may be used to group units which manage system processes (such as service and scope units) in a - hierachial tree for resource management + hierarchical tree for resource management purposes. See <citerefentry><refentrytitle>systemd.slice</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para></listitem> diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c index eb43668c56..a644904757 100644 --- a/src/libudev/libudev-device.c +++ b/src/libudev/libudev-device.c @@ -42,7 +42,7 @@ * * Representation of kernel sys devices. Devices are uniquely identified * by their syspath, every device has exactly one path in the kernel sys - * filesystem. Devices usually belong to a kernel subsystem, and and have + * filesystem. Devices usually belong to a kernel subsystem, and have * a unique name inside that subsystem. */ diff --git a/units/systemd-journald.socket b/units/systemd-journald.socket index 4f0619d258..fbeb10baae 100644 --- a/units/systemd-journald.socket +++ b/units/systemd-journald.socket @@ -12,7 +12,7 @@ DefaultDependencies=no Before=sockets.target # Mount and swap units need this. If this socket unit is removed by an -# isolate request the mount and and swap units would be removed too, +# isolate request the mount and swap units would be removed too, # hence let's exclude this from isolate requests. IgnoreOnIsolate=yes |