summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-12-31 01:50:51 +0100
committerLennart Poettering <lennart@poettering.net>2011-01-01 20:03:56 +0100
commit5471472d441d9ac48640f11a3b07e6a1fd6d1b63 (patch)
treec9f5bebb08fd19a1443f6ad39f1067e7ac76071a /man/systemd.unit.xml
parentabd41c86b51fc70ccfbe3b2bfe267ab6f2b4fcfe (diff)
man: remaining spelling fixes
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 968ee58be..14ec4561b 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -598,7 +598,7 @@
exist. <varname>ConditionDirectoryNotEmpty=</varname>
is similar to
<varname>ConditionPathExists=</varname>
- but verifies whether a cetrain path is
+ but verifies whether a certain path is
exists and is a non-empty
directory. Similarly
<varname>ConditionKernelCommandLine=</varname>
@@ -607,7 +607,7 @@
set (or if prefixed with the
exclamation mark unset). The argument
must either be a single word, or an
- assignment (i.e. two words, seperated
+ assignment (i.e. two words, separated
by the equality sign). In the former
case the kernel command line is
searched for the word appearing as is,
@@ -624,7 +624,7 @@
will always fail, otherwise
succeed. If multiple conditions are
specified the unit will be executed
- iff at least one of them applies
+ if at least one of them applies
(i.e. a logical OR is
applied).</para></listitem>
</varlistentry>