From ef94a94b1d45532fc5a108397584c7a531c55c11 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 24 Oct 2001 10:20:53 +0000 Subject: Fix spelling git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-exp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/glibc-exp.xml') diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index b1a154d97..121544cb0 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). sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile > tmp~: This sed command searches through malloc/Makefile and -converts all occurances of $(PERL) to +converts all occurences of $(PERL) to /usr/bin/perl. The output is then written to the file tmp~. This is done because Glibc can't autodetect perl since it hasn't been installed yet. @@ -26,7 +26,7 @@ when using sed, we can't write straight back to this file so we need to use a temporary file in between. sed 's/root/0' login/Makefile > -tmp~: This sed command replaces all occurances of +tmp~: This sed command replaces all occurences of root in login/Makefile with 0. This is because as we don't have glibc on the LFS system yet, usernames can't -- cgit v1.2.3-54-g00ecf