]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd.service.xml
tree-wide: fix typo
[thirdparty/systemd.git] / man / systemd.service.xml
index 641d6ac4790d7c99b1a0b93b69ff09585e107c83..d44c48c7b1c79d9a5d32cd61ea5146bdfa2837ec 100644 (file)
 
         <programlisting>ExecReload=kill -HUP $MAINPID</programlisting>
 
-        <para>Note however that reloading a daemon by enqueing a signal (as with the example line above) is
+        <para>Note however that reloading a daemon by enqueuing a signal (as with the example line above) is
         usually not a good choice, because this is an asynchronous operation and hence not suitable when
         ordering reloads of multiple services against each other. It is thus strongly recommended to either
         use <varname>Type=</varname><option>notify-reload</option> in place of