aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/expect.xml
diff options
context:
space:
mode:
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 4d92964c1..c813839fe 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -43,7 +43,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
- toolchain.</para>
+ toolchain:</para>
<screen><userinput>cp configure{,.bak}
sed 's:/usr/local/bin:/bin:' configure.bak &gt; configure</userinput></screen>