Explorar el Código

Fix typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess hace 20 años
padre
commit
44f3e016ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>