diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:41:18 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:41:18 +0000 |
commit | 1129dbddc57773b41d81901a7aa06155e40230ea (patch) | |
tree | d17c0d67d368fdb54d8c331d02e8239efef6249a /chapter05 | |
parent | 877657a31706b2c6e31124d46af259b869ec77ec (diff) |
Fix incorrect capitalisation of Tcl. Fixes #2096.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8420 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/adjusting.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 322d82c6b..60c4781c3 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -112,9 +112,9 @@ readelf -l a.out | grep ': /tools'</userinput></screen> </caution> - <note><para>Building TCL in the next section will serve as an additional check that - the toolchain has been built properly. If TCL fails to build, it is an + <note><para>Building Tcl in the next section will serve as an additional check that + the toolchain has been built properly. If Tcl fails to build, it is an indication that something has gone wrong with the Binutils, GCC, or Glibc - installation, but not with TCL itself.</para></note> + installation, but not with Tcl itself.</para></note> </sect1> |