From 4f25723c149ba87bb88cb069f88196b70c8012af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Torstein=20Huseb=C3=B8?= Date: Fri, 22 Apr 2016 14:18:05 +0200 Subject: [PATCH] treewide: fix typos (#3092) --- man/logind.conf.xml | 2 +- man/systemd.network.xml | 2 +- src/shared/install.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 3217ece21af..6ba35414bef 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -122,7 +122,7 @@ Takes a boolean argument. Configures whether the processes of a user should be killed when the user logs out. If true, the scope unit corresponding to the session and all processes inside that scope will be - terminated. If false, the scope is "abandonded", see + terminated. If false, the scope is "abandoned", see systemd.scope5, and processes are not killed. Defaults to yes, but see the options KillOnlyUsers= and diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 8ae384185d3..9bf1b198ad7 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -217,7 +217,7 @@ Note that an interface without any static IPv6 addresses configured, and neither DHCPv6 nor IPv6LL enabled, shall be considered to have no IPv6 support. IPv6 will be automatically disabled for that interface by writing "1" to - /proc/sys/net/ipv6/conf/ifname/disable_ipv6. + /proc/sys/net/ipv6/conf/ifname/disable_ipv6. diff --git a/src/shared/install.c b/src/shared/install.c index e97721b79ec..b74ff6de224 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -1861,7 +1861,7 @@ int unit_file_revert( * c) if there's a vendor unit file (i.e. one in /usr) we remove any configured overriding unit files (i.e. in * "config", but not in "transient" or "control" or even "generated"). * - * We remove all that in both the runtime and the persistant directories, if that applies. + * We remove all that in both the runtime and the persistent directories, if that applies. */ r = lookup_paths_init(&paths, scope, 0, root_dir); -- 2.39.5