diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2010-10-26 13:55:10 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2010-10-26 13:55:10 +0000 |
commit | 8dac2e25fd596e3477710069cf0e6ce56a6321f8 (patch) | |
tree | 1679eed10e4efdf0db2e0f33cfa91cdbf7d2e4fa /chapter06 | |
parent | 0c30dc996e8086e7e380141ad2a86e739013a4fe (diff) |
Fix typo in Chapter 6 GCC instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 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> |