aboutsummaryrefslogtreecommitdiffstats
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
parent26a1b335e78f5896d48912fc11aae344b607491f (diff)
More spelling fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter02/creatingpartition.xml2
-rw-r--r--chapter07/systemd-custom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 13f4ca67a..fc628dd30 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -338,7 +338,7 @@
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to binutils-2.28. Moved m4 and
- bc to before binutils to accomodate the gold linker
+ bc to before binutils to accommodate the gold linker
regression tests. Fixes
<ulink url="&lfs-ticket-root;4059">#4059</ulink>.</para>
</listitem>
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml
index 5956f08ae..d612fb90f 100644
--- a/chapter02/creatingpartition.xml
+++ b/chapter02/creatingpartition.xml
@@ -124,7 +124,7 @@
<note><para>The Grub Bios partition must be on the drive that the BIOS
uses to boot the system. This is not necessarily the same drive where the
LFS root partition is located. Disks on a system may use different
- partition table types. The requirment for this partition depends
+ partition table types. The requirement for this partition depends
only on the partition table type of the boot disk.</para></note>
</sect3>
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>