aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2010-10-26 13:55:10 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2010-10-26 13:55:10 +0000
commit8dac2e25fd596e3477710069cf0e6ce56a6321f8 (patch)
tree1679eed10e4efdf0db2e0f33cfa91cdbf7d2e4fa
parent0c30dc996e8086e7e380141ad2a86e739013a4fe (diff)
Fix typo in Chapter 6 GCC instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/gcc.xml2
-rw-r--r--general.ent4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 0abb1ef10..b2b0cd6b2 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -91,7 +91,7 @@ cd ../gcc-build</userinput></screen>
<term><parameter>--with-system-zlib</parameter></term>
<listitem>
<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>
</varlistentry>
</variablelist>
diff --git a/general.ent b/general.ent
index 4325aad9e..59b9bdd12 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20101024">
-<!ENTITY releasedate "October 24, 2010">
+<!ENTITY version "SVN-20101026">
+<!ENTITY releasedate "October 26, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.8">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->