aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
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.