aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-27 04:40:36 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-27 04:40:36 +0000
commit29987248046d77c801e5afecb9a7833023de5694 (patch)
tree2248540d4257082ae87f41d9597de7f987ab35a7
parentfbd81b70ec12696462ed5d1525cd1594d249017f (diff)
Typo in spelling typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/zlib.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index e0e6df760..04746c4bf 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -41,7 +41,7 @@
<sect2 role="installation">
<title>Installation of Zlib</title>
- <para>First, fix a type in the package header file:</para>
+ <para>First, fix a typo in the package header file:</para>
<screen><userinput remap="pre">sed -i 's/ifdef _LARGEFILE64_SOURCE/ifndef _LARGEFILE64_SOURCE/' zlib.h</userinput></screen>