From: Will Fleming Date: Thu, 6 Feb 2020 01:48:44 +0000 (-0500) Subject: man: fix typo in systemd.unit man page X-Git-Tag: v245-rc2~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d5b3f4a72913ef1f4841ed9373afba3510f620;p=thirdparty%2Fsystemd.git man: fix typo in systemd.unit man page This commit fixes a minor typo: "setttings" -> "settings". --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 64830ae7237..f9ef0987c9e 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -730,7 +730,7 @@ These two settings expect a space-separated list of unit names. They may be specified more than once, in which case dependencies for all listed names are created. - Those two setttings configure ordering dependencies between units. If unit + Those two settings configure ordering dependencies between units. If unit foo.service contains the setting and both units are being started, bar.service's start-up is delayed until foo.service has finished starting up. After= is the inverse