From 5eec7de6ad91bcfbb2c8dabaf592d0f5151730a7 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Thu, 15 Aug 2013 23:38:09 +0200 Subject: [PATCH] typo fixes in man and comments --- man/systemd.xml | 2 +- src/libudev/libudev-device.c | 2 +- units/systemd-journald.socket | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd.xml b/man/systemd.xml index 32bca0b60..9f58bc2f8 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -374,7 +374,7 @@ 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 systemd.slice5. diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c index eb43668c5..a64490475 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 4f0619d25..fbeb10baa 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 -- 2.30.2