From b04e759b22585320a9447356ba6c82e620b70996 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 6 Mar 2002 22:14:40 +0000 Subject: typo fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-exp.xml | 2 +- chapter05/creatingdirs.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter05/binutils-exp.xml b/chapter05/binutils-exp.xml index c78a2519c..6722b5dda 100644 --- a/chapter05/binutils-exp.xml +++ b/chapter05/binutils-exp.xml @@ -4,7 +4,7 @@ mkdir ../binutils-build: The installation instructions for Binutils recommend creating a seperate build directory instead of compiling the package inside the source tree. So, we create a -binutils-buildd directory and work from there. +binutils-build directory and work from there. --disable-nls: This option disabled internationalization (also known as i18n). We don't need this for our diff --git a/chapter05/creatingdirs.xml b/chapter05/creatingdirs.xml index 1c4c155fd..f8a0ecf03 100644 --- a/chapter05/creatingdirs.xml +++ b/chapter05/creatingdirs.xml @@ -58,7 +58,7 @@ FHS-compliant. directory, which we don't much like for a base system. But feel free to make your system FHS-compliant if you wish. The FHS isn't precise as to the structure of the /usr/local/share subdirectories, so we took the -liberty of creating the directories that we felt needed. +liberty of creating the directories that we felt were needed. -- cgit v1.2.3-54-g00ecf