Fix typo in Chapter 6 GCC instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Randy McMurchy 2010-10-26 13:55:10 +00:00
parent 0c30dc996e
commit 8dac2e25fd
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ cd ../gcc-build</userinput></screen>
<term><parameter>--with-system-zlib</parameter></term> <term><parameter>--with-system-zlib</parameter></term>
<listitem> <listitem>
<para>This switch tells GCC to link to the system installed copy of <para>This switch tells GCC to link to the system installed copy of
the Zlib library, rather than its own internl copy.</para> the Zlib library, rather than its own internal copy.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20101024"> <!ENTITY version "SVN-20101026">
<!ENTITY releasedate "October 24, 2010"> <!ENTITY releasedate "October 26, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.8"> <!ENTITY milestone "6.8">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->