From 38d2de6098b04d862d2b2cbb4d84c6a0f1aac625 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 28 Apr 2007 15:49:34 +0000 Subject: [PATCH] Typo fix. --- LFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index bd271ce..c931008 100644 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -232,7 +232,7 @@ chapter6_Makefiles() { # If $pkg_tarball isn't empty, we've got a package... # Insert instructions for unpacking the package and changing directories if [ "$pkg_tarball" != "" ] ; then - # Touch timestamp file if inelalled files logs will be created. + # Touch timestamp file if installed files logs will be created. if [ "${INSTALL_LOG}" = "y" ] ; then CHROOT_wrt_TouchTimestamp fi