Browse Source

first commit - woot! fix small spelling mistake

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 years ago
parent
commit
e5a93c8c33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter01/how.xml

+ 1 - 1
chapter01/how.xml

@@ -23,7 +23,7 @@ compiler.</para>
 <para>The first thing that will be done in Chapter 5 is building the
 <para>The first thing that will be done in Chapter 5 is building the
 toolchain, which is made up of Binutils, GCC and Glibc. The programs from
 toolchain, which is made up of Binutils, GCC and Glibc. The programs from
 these packages will be linked statically in order for them to be
 these packages will be linked statically in order for them to be
-independant of the host system.</para>
+independent of the host system.</para>
 
 
 <para>When the first toolchain is built, you will rebuild those three
 <para>When the first toolchain is built, you will rebuild those three
 packages again, this time using the toolchain we just built, rather than
 packages again, this time using the toolchain we just built, rather than