aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-09-04 23:15:22 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-09-04 23:15:22 +0000
commit5dff45e4a356d9475c830493a29bdecf721fcfeb (patch)
tree707857c0bdf1dc07b90d1bda10166a68bca14392 /chapter05
parent005456116c3b8d887b981dce92943a6c0e708b1e (diff)
typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/fileutils-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml
index 87ea156ae..9495c5e4f 100644
--- a/chapter05/fileutils-inst.xml
+++ b/chapter05/fileutils-inst.xml
@@ -11,7 +11,7 @@ package.</para>
<para>Note that in some cases using these sed commands will result in
problems not being able to compile this at package at all. If that's the
case, you'll need to remove the fileutils-&fileutils-version; directory
-and unpack it again from the tarball before continueing.
+and unpack it again from the tarball before continuing.
<screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &amp;&amp;</userinput>
<userinput>sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>