diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-08-02 05:48:50 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-08-02 05:48:50 +0000 |
commit | 7e7daa79bd8bfe15286399d5baac7d0d1d17551a (patch) | |
tree | a33d4752b64d37f979d06e38f44d75178f0b70b2 /chapter06 | |
parent | da7aeabce4890065ea477826bdf55b346e90a3a4 (diff) |
Spelling fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10669 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 170aa2388..443c4c5ac 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,7 +47,7 @@ <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> - <para>This version of Perl now builds the Compress::Raw::Zlib ane + <para>This version of Perl now builds the Compress::Raw::Zlib and Compress::Raw::BZip2 modules. By default Perl will use an internal copy of the sources for the build. Issue the following command so that Perl will use the libraries |