aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-08-03 03:06:55 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-08-03 03:06:55 +0000
commit633b1d1060891dc4e96dbd069271af617351a43e (patch)
tree10afe6f4abe32518a711609892714d2cd39eae66 /chapter06
parent62ce377896b0518b6168b02382d1eb2d079d85ab (diff)
typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml
index 36eb6864c..90a41cc14 100644
--- a/chapter06/glibc-exp.xml
+++ b/chapter06/glibc-exp.xml
@@ -49,7 +49,7 @@ config.make &gt; config.make~:</userinput> This time, we're replacing
only building for our own system. Cross-compiling is used, for
instance, to build a package for an Apple Power PC on an Intel system.
The reason Glibc thinks we're cross-compiling is that it can't compile a
-test program to determin this, so it automatically default to a
+test program to determine this, so it automatically defaults to a
cross-compiler. The reason for the failed program is because Glibc
hasn't been installed yet.</para>