diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2010-10-28 14:13:07 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2010-10-28 14:13:07 +0000 |
commit | 7a8f9f3f671e661243afb5b1994921c91025b14e (patch) | |
tree | 1fbf0e7e2601c080a0ac96400b71bf31826bd5f4 /chapter06/zlib.xml | |
parent | 35ac5f8738e09600d6a08aed36348d9a654dadd6 (diff) |
Fixed a typo in the Zlib instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9409 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index ab9ae94e7..7461858ad 100644 --- a/chapter06/zlib.xml +++ b/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> |