aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-10-15 23:34:45 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-10-15 23:34:45 +0000
commit3448e74e91cb48c965bfd2171f68f18465333a86 (patch)
treef9c613829d580b37d7cae2bb23ed1e8c678d5093
parent8cf9009f357b3acafd3a2cb956b1400c18a31286 (diff)
typo fix (availble->available)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1322 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/gcc-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index 6c44e9fda..3f050d728 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -9,7 +9,7 @@ it comes with.</para>
<para>Install GCC by running the following commands. These commands will build
the C and C++ compiler. Other compilers are available within the gcc
-package. If you want to build all the other availble compilers too,
+package. If you want to build all the other available compilers too,
leave out the --enable-languages=c,c++ option in the configure command.
See the GCC documentation for more details on which additional compilers
are available.</para>