aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-05-14 05:52:34 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-05-14 05:52:34 +0000
commit1af5572aaad365433600104dfb07cdc88046cc02 (patch)
tree7223e7c1888404cde04c0906102c25192935dece /chapter07
parent26a1b335e78f5896d48912fc11aae344b607491f (diff)
More spelling fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/systemd-custom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/systemd-custom.xml b/chapter07/systemd-custom.xml
index 455320dc2..bd1119840 100644
--- a/chapter07/systemd-custom.xml
+++ b/chapter07/systemd-custom.xml
@@ -111,7 +111,7 @@ EOF</userinput></screen>
<para>Rather than plain shell scripts used in SysVinit or BSD style init
systems, systemd uses a unified format for different types of startup
files (or units). The command <command>systemctl</command> is used to
- enable, disable, controll state, and obtain status of unit files. Here
+ enable, disable, control state, and obtain status of unit files. Here
are some examples of frequently used commands:</para>
<itemizedlist>
@@ -163,7 +163,7 @@ EOF</userinput></screen>
</listitem>
<listitem>
<para><command>journalctl -b[=ID] -r</command>: shows the journal
- entries since last successfull boot (or for boot ID) in reverse
+ entries since last successful boot (or for boot ID) in reverse
chronological order.</para>
</listitem>
<listitem>