aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-20 20:22:14 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-20 20:22:14 +0000
commit2011e1f21d291f238932c8afa7ec67e98cc47905 (patch)
treeec262095759bf86cc16b378afdcab7cd0592cd83
parent29bf686e71c9bb7490837fe1c2267a48aa4a2882 (diff)
Fix typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2191 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/bzip2-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bzip2-exp.xml b/chapter05/bzip2-exp.xml
index 08e630c15..c6350d66c 100644
--- a/chapter05/bzip2-exp.xml
+++ b/chapter05/bzip2-exp.xml
@@ -2,7 +2,7 @@
<title>Command explanations</title>
<para><userinput>make CC="gcc -static -s": </userinput>These flags instruct
-instruct gcc to statically link bzip2, without compiling symbols.</para>
+gcc to statically link bzip2, without compiling symbols.</para>
</sect2>