浏览代码

Fix typo in Chapter 6 GCC instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 14 年之前
父节点
当前提交
8dac2e25fd
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      chapter06/gcc.xml
  2. 2 2
      general.ent

+ 1 - 1
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>

+ 2 - 2
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}]" -->