浏览代码

Fix typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年之前
父节点
当前提交
44f3e016ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter05/glibc.xml

+ 1 - 1
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>