summaryrefslogtreecommitdiff
path: root/man/sd_event_add_child.xml
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-01-26 15:29:14 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-26 10:39:47 -0500
commitcc98b3025eeb89addb76a27390cb2baca4eab8b9 (patch)
treeab7a776869de4cf49a5382307e9133fbdb9676d9 /man/sd_event_add_child.xml
parentebf31a1f58d0b10ca63c928ff31b7745fc724003 (diff)
treewide: fix multiple typos
Diffstat (limited to 'man/sd_event_add_child.xml')
-rw-r--r--man/sd_event_add_child.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml
index ee524e171f..cf8ed0af6c 100644
--- a/man/sd_event_add_child.xml
+++ b/man/sd_event_add_child.xml
@@ -146,7 +146,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><constant>-EINVAL</constant></term>
<listitem><para>An invalid argument has been passed. This includes
- specyfing an empty mask in <parameter>options</parameter> or a mask
+ specifying an empty mask in <parameter>options</parameter> or a mask
which contains values different than a combination of
<constant>WEXITED</constant>, <constant>WSTOPPED</constant>, and
<constant>WCONTINUED</constant>.