Browse Source

Fixed a couple of typos (Randy McMurchy)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 21 years ago
parent
commit
9c5c7c9a84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      chapter05/adjusting.xml

+ 2 - 2
chapter05/adjusting.xml

@@ -32,7 +32,7 @@ it's not a major problem. The situation is corrected when the second pass of
 Binutils is installed later on.</para></note>
 
 <para>Now that the adjusted linker is installed, the Binutils build and source
-direcotries should be <emphasis>removed</emphasis>.</para>
+directories should be <emphasis>removed</emphasis>.</para>
 
 <para>The next task is to amend our GCC specs file so that it points
 to the new dynamic linker. A simple sed script will accomplish this:</para>
@@ -47,7 +47,7 @@ unset SPECFILE</userinput></screen>
 
 <para>It is recommended that the above command be cut-and-pasted in order to ensure correctness - Alternatively the specs file can be edited by hand. This is done simply by replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with <quote>/tools/lib/ld-linux.so.2</quote>.</para>
 
-<para> Be sure to visually inspect the specs file in order to verify the intended changes have been mande.</para>
+<para> Be sure to visually inspect the specs file in order to verify the intended changes have been made.</para>
 
 <important><para>If you are working on a platform where the name of the dynamic
 linker is something other than <filename>ld-linux.so.2</filename>, you