aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-10 00:26:02 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-10 00:26:02 +0000
commitfbb00ac78a28a5aa57bc48467308bd34d36732ff (patch)
treebb36d5b00439304adc15afd84423b3040ef15bf0 /chapter06
parent56029fbfe45458edd08c306b754a4fb1bb9a8468 (diff)
Fixed minor typos in the instructions, and corrected the download URL for util-linux.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/zlib-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml
index 701a2a8ce..b00d14499 100644
--- a/chapter06/zlib-inst.xml
+++ b/chapter06/zlib-inst.xml
@@ -14,7 +14,7 @@ so by applying this patch:</para>
<para><screen><userinput>./configure --prefix=/usr --shared</userinput></screen></para>
<para>Note: Zlib is known to build it's shared library incorrectly
-if a CFLAGS is specified in the enviornment. If you are using your
+if a CFLAGS is specified in the environment. If you are using your
own CFLAGS variables, ensure you add the <emphasis role="strong">-fPIC</emphasis>
directive during this stage, and remove it after.</para>