diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-06 22:14:40 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-06 22:14:40 +0000 |
commit | b04e759b22585320a9447356ba6c82e620b70996 (patch) | |
tree | d3fd351598922b2759bbdab75915ddadbbc66098 | |
parent | a971ec4c0f17b6b4aa68e80c98088267ab607b02 (diff) |
typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/binutils-exp.xml | 2 | ||||
-rw-r--r-- | 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 @@ <para><userinput>mkdir ../binutils-build:</userinput> 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.</para> +binutils-build directory and work from there.</para> <para><userinput>--disable-nls:</userinput> 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.</para> 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.</para> +liberty of creating the directories that we felt were needed.</para> </sect2> |