Просмотр исходного кода

Fixed a typo in the Zlib instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9409 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 14 лет назад
Родитель
Сommit
7a8f9f3f67
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      chapter06/zlib.xml
  2. 2 2
      general.ent

+ 1 - 1
chapter06/zlib.xml

@@ -57,7 +57,7 @@
         <listitem>
           <para>Setting CFLAGS overrides the default optimization in the
           package to prevent some run time errors.  Note that the -mstackrealign
-          may cause build failures in non-Intel architeture systems.</para>
+          may cause build failures in non-Intel architecture systems.</para>
         </listitem>
       </varlistentry>
     </variablelist>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20101027">
-<!ENTITY releasedate "October 27, 2010">
+<!ENTITY version "SVN-20101028">
+<!ENTITY releasedate "October 28, 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}]" -->