aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-08-19 15:31:33 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-08-19 15:31:33 +0000
commitc0c616a439608a25003e82a53822c9aa5f78efbc (patch)
tree4dd8ba46584b38043e032ae636b5785399aa9052 /chapter08
parentfe4f1ad5999200f60945c5f824c7984fd08d4a0a (diff)
fix some typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/coreutils.xml2
-rw-r--r--chapter08/revisedchroot.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index 51cdbecaa..55006e1c7 100644
--- a/chapter08/coreutils.xml
+++ b/chapter08/coreutils.xml
@@ -127,7 +127,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
<screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
- <para>The test-getlogin test is known to fail in the LFS chroot envronment.</para>
+ <para>The test-getlogin test is known to fail in the LFS chroot environment.</para>
<para>Remove the temporary group:</para>
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml
index 5618cf0ff..57ca3d71d 100644
--- a/chapter08/revisedchroot.xml
+++ b/chapter08/revisedchroot.xml
@@ -50,7 +50,7 @@ rm -f /usr/lib/libfl.a
rm -f /usr/lib/libz.a</userinput></screen>
<para>There are also several files installed in the /usr/lib and /usr/libexec
- directories with a file name extention of .la. These are "libtool archive"
+ directories with a file name extension of .la. These are "libtool archive"
files. As already said, they are only useful when linking with static
libraries. They are unneeded, and potentially harmful, when using dynamic
shared libraries, specially when using also non-autotools build systems.