Browse Source

Fix typo.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 years ago
parent
commit
c1a2afca5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter06/chroot.xml

+ 1 - 1
chapter06/chroot.xml

@@ -36,7 +36,7 @@ what the shell thinks is <filename class="directory">/</filename> is actually
 the value of <filename class="directory">$LFS</filename>, which was passed to
 the value of <filename class="directory">$LFS</filename>, which was passed to
 the chroot command.</para>
 the chroot command.</para>
 
 
-<para>Notice that <filename class="directory">/tools /bin</filename> comes
+<para>Notice that <filename class="directory">/tools/bin</filename> comes
 last in the PATH. This means that a temporary tool will not be used any more
 last in the PATH. This means that a temporary tool will not be used any more
 as soon as its final version is installed.  Well, at least when the shell
 as soon as its final version is installed.  Well, at least when the shell
 doesn't remember the locations of executed binaries -- for this reason hashing
 doesn't remember the locations of executed binaries -- for this reason hashing