diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-19 15:31:33 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-19 15:31:33 +0000 |
commit | c0c616a439608a25003e82a53822c9aa5f78efbc (patch) | |
tree | 4dd8ba46584b38043e032ae636b5785399aa9052 /chapter06 | |
parent | fe4f1ad5999200f60945c5f824c7984fd08d4a0a (diff) |
fix some typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 2 | ||||
-rw-r--r-- | chapter06/findutils.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc-pass2.xml | 2 | ||||
-rw-r--r-- | chapter06/gzip.xml | 2 | ||||
-rw-r--r-- | chapter06/introduction.xml | 2 |
5 files changed, 5 insertions, 5 deletions
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> |