aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.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 /chapter06/perl.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 'chapter06/perl.xml')
-rw-r--r--chapter06/perl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 8deabef65..1a4dd1a8e 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -43,7 +43,7 @@
<para>First create a basic <filename>/etc/hosts</filename> file to be
referenced in one of Perl's configuration files as well as the optional
- testsuite:</para>
+ test suite:</para>
<screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>