aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-exp.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-11-07 15:42:16 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-11-07 15:42:16 +0000
commit51c0c60367a904ef697910020a7180764d2694b0 (patch)
treed370f153ea882ab255c3f015a041278746cc4577 /chapter06/glibc-exp.xml
parent8f98b45c4b3a40197c2d1cc32eb6816053b51728 (diff)
fix typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r--chapter06/glibc-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml
index 121544cb0..80f51cd18 100644
--- a/chapter06/glibc-exp.xml
+++ b/chapter06/glibc-exp.xml
@@ -14,7 +14,7 @@ will have Glibc default to using /lib and /usr/lib which is fine).</para>
<para><userinput>sed 's%\$(PERL)%/usr/bin/perl%'
malloc/Makefile &gt; tmp~:</userinput> This sed command
searches through <filename>malloc/Makefile</filename> and
-converts all occurences of <filename>$(PERL)</filename> to
+converts all occurrences of <filename>$(PERL)</filename> to
<filename>/usr/bin/perl</filename>. The output is then written to the
file <filename>tmp~</filename>. This is done because Glibc can't
autodetect perl since it hasn't been installed yet.</para>