diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-17 22:00:37 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-17 22:00:37 +0000 |
commit | 2ea93a3240e0187db79b042a02811a78f478f7a5 (patch) | |
tree | 34a74dd3c1beeeebd08054c096338cdf0f5ad970 /chapter05/tcl-inst.xml | |
parent | 783c04114968cf7d9cc16345d881631d6b5686b6 (diff) |
Normalizing the spelling of 'Tcl' and 'DejaGnu'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl-inst.xml')
-rw-r--r-- | chapter05/tcl-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 9ffacc45a..b6f39ea65 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -1,7 +1,7 @@ <sect2><title> </title><para> </para></sect2> <sect2> -<title>Installation of TCL</title> +<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 testing @@ -13,7 +13,7 @@ to know that our most important tools are working properly.</para> <para><screen><userinput>cd unix ./configure --prefix=/tools</userinput></screen></para> -<para>Build, the package:</para> +<para>Build the package:</para> <para><screen><userinput>make</userinput></screen></para> |