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 /prologue | |
parent | cfebf1892154702fa6b160bf8b63a3f2b7517e5d (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |