diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-03 15:40:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-03 15:40:02 +0000 |
commit | 228e7b79c536a532dd77a9c79c824468aeb593c3 (patch) | |
tree | 17228644f769dd3682760bd151d2a19f33280a15 /chapter06/patch.xml | |
parent | 6c88898dd668f21b0e89c8ec15cfb474b2054eea (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9266 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r-- | chapter06/patch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 0207daf91..031b4cc6b 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -42,7 +42,7 @@ <sect2 role="installation"> <title>Installation of Patch</title> - <para>Apply a patch to prevent a the testsuite from running a test that + <para>Apply a patch to prevent the testsuite from running a test that requires <command>ed</command>:</para> <screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen> |