summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-02-12 00:01:16 +0100
committerJakub Wilk <jwilk@jwilk.net>2016-02-12 00:01:16 +0100
commit07ff561c26e46b4c6687fd730636a0d732fb7012 (patch)
treedf8679586fa9ac80e13b5b9157cebf5df059b45d /man/systemd.service.xml
parentc8b166b3ead88315b2f463fcf475e532b1300f72 (diff)
man: fix typos
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index d7760d4f2c..5fdf631cf5 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -446,7 +446,7 @@
asynchronous one.</para>
<para>Note that the commands specified in <varname>ExecStop=</varname> are only executed when the service
- started successfuly first. They are not invoked if the service was never started at all, or in case its
+ started successfully first. They are not invoked if the service was never started at all, or in case its
start-up failed, for example because any of the commands specified in <varname>ExecStart=</varname>,
<varname>ExecStartPre=</varname> or <varname>ExecStartPost=</varname> failed (and weren't prefixed with
<literal>-</literal>, see above) or timed out. Use <varname>ExecStopPost=</varname> to invoke commands when a