diff options
author | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-12 01:53:12 +0000 |
---|---|---|
committer | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-12 01:53:12 +0000 |
commit | 564768e74a9cbadd5785ceca8ef3116ac3425315 (patch) | |
tree | 214673bf3dafa433aea5035e4e3529e011b2beb4 /chapter05 | |
parent | 7064dafcab298ea2880556b3ef8d16558e0bd380 (diff) |
Grammar fix in Ch5 Tcl install directions provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tcl-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 8589d0ff8..9ffacc45a 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -3,10 +3,10 @@ <sect2> <title>Installation of TCL</title> -<para>This package and the next two are only installed to be able to run the -test suites for GCC and Binutils. Installing three packages just for for -testing purposes may seem like overkill, but it is very reassuring, if not -essential, to know that our most important tools are working properly.</para> +<para>This package and the next two are only installed to be able to run the +test suites for GCC and Binutils. Installing three packages just for testing +purposes may seem like overkill, but it is very reassuring, if not essential, +to know that our most important tools are working properly.</para> <para>Prepare Tcl to be compiled:</para> |