aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/expect.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-09-18 00:12:44 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-09-18 00:12:44 +0000
commit0ebe029b75f40fd40e643f297e1c610771120f29 (patch)
tree66bfe155feba8fa21318832fc816f7a2b7b392c0 /chapter05/expect.xml
parent1b8d78b5a23263f013d62576cbf437e5e8670611 (diff)
Be consistent about 'test suites'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r--chapter05/expect.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index db7857acc..108edacdf 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -49,7 +49,7 @@
<para>Next, force Expect's configure script to use <filename>/bin/stty</filename>
instead of a <filename>/usr/local/bin/stty</filename> it may find on the host system.
- This will ensure that our testsuite tools remain sane for the final builds of our
+ This will ensure that our test suite tools remain sane for the final builds of our
toolchain:</para>
<screen><userinput remap="pre">cp -v configure{,.orig}