aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-16 17:13:36 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-16 17:13:36 +0000
commit7678532c22256080d3197220ee1e32ab84fb3afa (patch)
tree02070ff069192f0356c9d98cc18b3bec837df747 /chapter06
parent2a886719107086e5d447f6d304dd1a3046dcdd29 (diff)
Fixed typo in bash. Thanks Randy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6014 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/pwdgroup.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml
index 0a4e53f4e..9ae45f02c 100644
--- a/chapter06/pwdgroup.xml
+++ b/chapter06/pwdgroup.xml
@@ -72,7 +72,7 @@ work.</para>
<para>Note the use of the <parameter>+h</parameter> directive. This tells
<command>bash</command> not to use its internal path hashing. Without this
directive, <command>bash</command> would remember the paths to binaries it has
-executed. In ensure the use of the newly compiled binaries as soon as they are
+executed. To ensure the use of the newly compiled binaries as soon as they are
installed, the <parameter>+h</parameter> directive will be used for the duration
of this chapter.</para>