]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo in systemd.unit man page
authorWill Fleming <will@flemi.ng>
Thu, 6 Feb 2020 01:48:44 +0000 (20:48 -0500)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Feb 2020 01:50:57 +0000 (10:50 +0900)
This commit fixes a minor typo: "setttings" -> "settings".

man/systemd.unit.xml

index 64830ae72373d362ea52159d939eba6a4d859c54..f9ef0987c9ec3886f2a04ea5de0fe51e520f9b94 100644 (file)
         <listitem><para>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.</para>
 
-        <para>Those two setttings configure ordering dependencies between units. If unit
+        <para>Those two settings configure ordering dependencies between units. If unit
         <filename>foo.service</filename> contains the setting <option>Before=bar.service</option> and both
         units are being started, <filename>bar.service</filename>'s start-up is delayed until
         <filename>foo.service</filename> has finished starting up. <varname>After=</varname> is the inverse