diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-14 20:43:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-14 20:43:49 +0000 |
commit | 9c5c7c9a847b30f82ef462a575a1ebc247e8f052 (patch) | |
tree | ebcaa7661c935c37f138847095374789288183fc /chapter05/adjusting.xml | |
parent | 3966ace90d61f79b7a0490031c8fdf34462ff3e9 (diff) |
Fixed a couple of typos (Randy McMurchy)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 2cdf60937..d2525e501 100644 --- a/chapter05/adjusting.xml +++ b/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 |