aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>