aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-08-14 12:36:40 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-08-14 12:36:40 +0000
commit44f3e016cea27d67a59ab599d8e64604351dfcc9 (patch)
treedc33583ba18cc450c8a2e1b15eeb23e6cc987aeb /chapter05
parent062501ff2423cf36cbb2f321238f9be9679f0f0d (diff)
Fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index e9af61591..068fef71a 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -41,7 +41,7 @@ the method suggested in this book puts the stability of the system at
risk.</para>
<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
-The problem has been determined to be with the tests themselves, not with the C libarary or the kernel. If you plan to run the testsuite apply this patch:</para>
+The problem has been determined to be with the tests themselves, not with the C library or the kernel. If you plan to run the testsuite apply this patch:</para>
<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>