diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-29 16:36:22 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-29 16:36:22 +0000 |
commit | 432587fb820f13378851c86fbc012ea54a2f93f0 (patch) | |
tree | 438e8b4dc0021ee8ed05d6553cbe8f890e6bf5bd | |
parent | f84635b2642067cf8a4b8e961459fa7e35c6a0ce (diff) |
Typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |