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/gzip.xml | |
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/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |