aboutsummaryrefslogtreecommitdiffstats
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
parentfe4f1ad5999200f60945c5f824c7984fd08d4a0a (diff)
fix some typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter02/stages.xml2
-rw-r--r--chapter04/settingenviron.xml2
-rw-r--r--chapter06/bash.xml2
-rw-r--r--chapter06/findutils.xml2
-rw-r--r--chapter06/gcc-pass2.xml2
-rw-r--r--chapter06/gzip.xml2
-rw-r--r--chapter06/introduction.xml2
-rw-r--r--chapter08/coreutils.xml2
-rw-r--r--chapter08/revisedchroot.xml2
-rw-r--r--part3intro/toolchaintechnotes.xml2
11 files changed, 11 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b71b7584a..00d0ef659 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -389,7 +389,7 @@
<para>[pierre] - Fix bash tests: add a couple of symlinks
from /bin to /tools, create the tester user with the uid of
the tty owner, run the bash tests with su &lt;&lt; EOF, and
- explicitely defining stdin (with help from thomas and bdubbs).</para>
+ explicitly defining stdin (with help from thomas and bdubbs).</para>
</listitem>
</itemizedlist>
</listitem>
diff --git a/chapter02/stages.xml b/chapter02/stages.xml
index 23348a885..31a60166d 100644
--- a/chapter02/stages.xml
+++ b/chapter02/stages.xml
@@ -68,7 +68,7 @@
<listitem>
<para>A few operations, from <quote>Changing Ownership</quote> to
<quote>Entering the Chroot Environment</quote> must be done as the
- root user, with the LFS envirnment variable set for the root user.</para>
+ root user, with the LFS environment variable set for the root user.</para>
</listitem>
<listitem>
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml
index 39e03551a..b8939be45 100644
--- a/chapter04/settingenviron.xml
+++ b/chapter04/settingenviron.xml
@@ -161,7 +161,7 @@ EOF</userinput></screen>
<systemitem class="username">lfs</systemitem>
user's environment in ways that can affect the building of critical LFS
packages. To make sure the <systemitem class="username">lfs</systemitem>
- user's envronment is clean, check for the
+ user's environment is clean, check for the
presence of <filename>/etc/bash.bashrc</filename> and, if present, move it
out of the way. As the <systemitem class="username">root</systemitem>
user, run:</para>
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 6cb1dc728..e07ee308a 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -74,7 +74,7 @@
<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
- <para>Move the excutable to where it is expected:</para>
+ <para>Move the executable to where it is expected:</para>
<screen><userinput remap="install">mv $LFS/usr/bin/bash $LFS/bin/bash</userinput></screen>
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index e6a19202b..ce3bbe00f 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -57,7 +57,7 @@
<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
- <para>Move the excutable to its final expected location:</para>
+ <para>Move the executable to its final expected location:</para>
<screen><userinput remap="install">mv -v $LFS/usr/bin/find $LFS/bin
sed -i 's|find:=${BINDIR}|find:=/bin|' $LFS/usr/bin/updatedb</userinput></screen>
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index 592828a9c..bf3007848 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -123,7 +123,7 @@ ln -s ../../../libgcc/gthr-posix.h $LFS_TGT/libgcc/gthr-default.h</userinput></s
<listitem>
<para>This option is automatically enabled when building a native
compiler with a native compiler on x86. But here, we build with
- a cross compiler, so we need to explicitely set this option.</para>
+ a cross compiler, so we need to explicitly set this option.</para>
</listitem>
</varlistentry>
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index 90d554b0d..7ce2a6b1c 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -55,7 +55,7 @@
<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
- <para>Move the excutable to its final expected location:</para>
+ <para>Move the executable to its final expected location:</para>
<screen><userinput remap="install">mv -v $LFS/usr/bin/gzip $LFS/bin</userinput></screen>
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml
index ed8000fa8..163aa5796 100644
--- a/chapter06/introduction.xml
+++ b/chapter06/introduction.xml
@@ -24,7 +24,7 @@
<para>Once again, let us recall that improper setting of <envar>LFS</envar>
together with building as root, may render your computer unusable.
This whole chapter must be done as user <systemitem
- class="username">lfs</systemitem>, with the enviroment as described in
+ class="username">lfs</systemitem>, with the environment as described in
<xref linkend="ch-preps-settingenviron"/>.</para>
</sect1>
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.
diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml
index 42dc19ac2..56dd303ae 100644
--- a/part3intro/toolchaintechnotes.xml
+++ b/part3intro/toolchaintechnotes.xml
@@ -322,7 +322,7 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute
configure script, <envar>CC_FOR_TARGET</envar> ends up as
<command>cc</command> when the host is the same as the target, but is
different from the build system. This is why
- <parameter>CC_FOR_TARGET=$LFS_TGT-gcc</parameter> is put explicitely into
+ <parameter>CC_FOR_TARGET=$LFS_TGT-gcc</parameter> is put explicitly into
the configure options.</para>
<para>Upon entering the chroot environment in <xref