diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-29 16:36:11 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-29 16:36:11 +0000 |
commit | 1d4f21fc6e1482a52fe3cf0f28dca5d3e7200bc1 (patch) | |
tree | ec921c981baa38ee4d352ed109c9d0934e926ee9 /chapter06 | |
parent | 4d0bf243f4ab071723da241a9cc5cb4476700e57 (diff) |
Typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7465 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 239e793ad..f14810284 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -75,7 +75,7 @@ <screen><userinput>make</userinput></screen> <para>To test the results, issue: - <userinput>make tests</userinput>.</para> + <userinput>make test</userinput>.</para> <para>Install the package:</para> |