aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-exp.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-09 14:42:35 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-09 14:42:35 +0000
commit2f86e053737bbad5ce63083b839ec55404e87082 (patch)
treec699762bc67fa90c5aac7edca9feaa8a34c16e30 /chapter05/bash-exp.xml
parentaa6b597de347cd893bfb05d92d89285a1df67a80 (diff)
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-exp.xml')
-rw-r--r--chapter05/bash-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-exp.xml b/chapter05/bash-exp.xml
index 90638668d..1412e20f5 100644
--- a/chapter05/bash-exp.xml
+++ b/chapter05/bash-exp.xml
@@ -9,14 +9,14 @@ option causes Bash to be linked statically
<para>
<userinput>--prefix=$LFS/usr:</userinput> This configure option installs
all of Bash's files under the $LFS/usr directory, which becomes the /usr
-directory after the user chrooted into $LFS or when he rebooted
+directory after the user chroot'ed into $LFS or when he rebooted
the system into LFS.
</para>
<para>
<userinput>--bindir=$LFS/bin:</userinput> This installs the executable
files in $LFS/bin. We do this because we want bash to be in /bin, not in
-/usr/bin. One reason being: the /usr partition might be on a seperate
+/usr/bin. One reason being: the /usr partition might be on a separate
partition which has to be mounted at some point. Before that partition is
mounted a user needs and will want to have bash available (it will be hard to
execute the boot scripts without a shell for instance).