diff options
-rw-r--r-- | chapter06/gcc.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
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 – --> <!ENTITY milestone "6.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |