aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/adjusting.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-10-05 19:17:53 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-10-05 19:17:53 +0000
commit6bff9167356300090fc2d40fe36040887b8197dc (patch)
tree3f50d9568dfc4e02193a86b7a51f45606d0ca70a /chapter05/adjusting.xml
parent814f5ec179aa12c49e77ae38faafe9302cb0721f (diff)
Fix a couple of typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r--chapter05/adjusting.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml
index 74098b7a3..bb66cda34 100644
--- a/chapter05/adjusting.xml
+++ b/chapter05/adjusting.xml
@@ -66,7 +66,7 @@ necessary.</para></important>
need to be fixed (they might contain syntax errors, for example), and installs
the fixed versions in a private include directory. There is a possibility that,
as a result of this process, some header files from the host system have found
-their way into GCC's private include dir. As the rest of this chapter only
+their way into GCC's private include directory. As the rest of this chapter only
requires the headers from GCC and Glibc, which have both been installed at this
point, any &quot;fixed&quot; headers can safely be removed. This helps to avoid
any host headers polluting the build environment. Run the following commands to