diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-10 23:05:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-10 23:05:00 +0000 |
commit | 09c83f9f5fd896ed92f24945edd56c640553564d (patch) | |
tree | d379ebff0c2e1b2f209b5815fca1688bb8a5b33a | |
parent | cfebf1892154702fa6b160bf8b63a3f2b7517e5d (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 68ffb5ca3..6a1b89419 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -127,7 +127,7 @@ cd ../glibc-build</userinput></screen> <listitem> <para>The <emphasis>elf/tst-protected1a</emphasis> and - <emphasis>elf/tst-protected1a</emphasis> tests are known to + <emphasis>elf/tst-protected1b</emphasis> tests are known to fail with the current stable version of binutils.</para> </listitem> <!-- diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 61c900419..9e6fbc9be 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -184,7 +184,7 @@ gawk --version | head -n1 if [ -h /usr/bin/awk ]; then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`"; elif [ -x /usr/bin/awk ]; then - echo yacc is `/usr/bin/awk --version | head -n1` + echo awk is `/usr/bin/awk --version | head -n1` else echo "awk not found" fi |