From ed59ebee6e24c5a0840299e2e077fe550285df2f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 8 Sep 2001 04:46:27 +0000 Subject: [PATCH] grammar fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-exp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 1237fc77f..b1a154d97 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -17,7 +17,7 @@ searches through malloc/Makefile and converts all occurances 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's not installed yet. +autodetect perl since it hasn't been installed yet. mv tmp~ malloc/Makefile: The file tmp~ is now moved back to