aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-04-12 14:31:26 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2022-04-17 13:42:12 -0500
commit88cfb6e694b0a2d676b3de1d369121f06d651a14 (patch)
treea91fbc5f8e626fb9f72111f339b08db197fb68e5
parentceafb75b1d5d9822f69ab961b7a7de119b6c8026 (diff)
Typos
-rw-r--r--chapter03/introduction.xml2
-rw-r--r--chapter08/util-linux.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml
index c96f187b3..bc95ed071 100644
--- a/chapter03/introduction.xml
+++ b/chapter03/introduction.xml
@@ -87,7 +87,7 @@
<note><para>
The <filename>wget-list</filename> file mentioned above retrieves all
packages for both the sysV and systemd versions of LFS. There are a total
- of five additional small packages not needed for the currrent book. The
+ of five additional small packages not needed for the current book. The
<filename>md5sums</filename> file mentioned below is specific to the
current book.
</para></note>
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index f1596f194..8a7d412d9 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -97,9 +97,9 @@
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
</warning>
- <note><para>There is one test that fails in the chroot envronment and
+ <note><para>There is one test that fails in the chroot environment and
causes the tests to hang forever. The problem does not occur outside
- of the chroot envronment.
+ of the chroot environment.
To work around the problem, delete the test:</para>
<screen><userinput remap="test">rm tests/ts/lsns/ioctl_ns</userinput></screen>