diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-16 01:11:05 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-16 01:11:05 +0000 |
commit | 234c74e3330f9225e7e0489039a8cc09513817ba (patch) | |
tree | 832efdc83e976f440501f1c691b239aecb7eefac /chapter09 | |
parent | 821f799640e4769281103a44dcf963593230dbaf (diff) |
Typo in last commit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/theend.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 14c7406e2..272686f5e 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -33,7 +33,7 @@ on the safe side.</para> <para>If you are planning to go ahead and perform the strip, special care is needed to ensure you're not running any binaries that are about to be stripped -- including the active bash shell. Therefore you'll need to exit the chroot -environemnt and reenter it using a modified chroot command:</para> +environment and reenter it using a modified chroot command:</para> <screen><userinput>logout chroot $LFS /tools/bin/env -i \ |