diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-10-30 15:26:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-10-30 15:26:41 +0000 |
commit | a9ca58efce379192f214b6e4052a1d11dc38dab7 (patch) | |
tree | 640c831bed7b5fa0535cbd0a3dc1f358bf55b867 | |
parent | 4ea532082180b44e25e963159a9ed9f51d92ec2b (diff) |
Another typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9091 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 03e023a61..75e425fcc 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -54,7 +54,7 @@ cd build <para>Using a separate build directory keeps the 2400 generated files out of the main directory and is recommeded by the developers. - The --disable switches just minimze what is built by disabling + The --disable switches just minimize what is built by disabling features and testing programs not really needed for LFS.</para> <para>Compile the package:</para> |