aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-16 21:35:24 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-16 21:35:24 +0000
commita78a9b4e02079d83f77938de92389b3d8b862c8a (patch)
treeebdd8090473f78bb56495c0b8032c818d484b27b /chapter06
parentb7d9d404530bb763fc76017744709800796af054 (diff)
Typo fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2354 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gawk-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml
index 2fcdd6ad7..985ac46c7 100644
--- a/chapter06/gawk-inst.xml
+++ b/chapter06/gawk-inst.xml
@@ -12,7 +12,7 @@ install it. Issue the following command to apply the patch:</para>
libexec directory. The patch will allow us to override it by passing
<emphasis>--libexecdir</emphasis> to the configure script.</para>
-<para>Prepare Texinfo to be compiled:</para>
+<para>Prepare Gawk to be compiled:</para>
<para><screen><userinput>./configure --prefix=/usr --libexecdir=/usr/bin</userinput></screen></para>