aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils.xml
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 /chapter06/findutils.xml
parentfe4f1ad5999200f60945c5f824c7984fd08d4a0a (diff)
fix some typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r--chapter06/findutils.xml2
1 files changed, 1 insertions, 1 deletions
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>