diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-19 03:55:25 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-19 03:55:25 +0000 |
commit | eb7df24002f43d7b8ab45a2868a9dfe345a97551 (patch) | |
tree | b99a39cba5c8a34c9fbb4a9d184c3eabfa4c4e23 /chapter05 | |
parent | ef380b4e9e84e4bc9eb27ae30f3592f90a3cb4c3 (diff) |
Another typo fix, this one was mine.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/installasuser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index 2001ca18d..564667598 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -54,7 +54,7 @@ in the chroot environment.</para> <para>$CC is a variable we set in order to prevent debugging symbols from being compiled into our static packages. By omitting these symbols during the linking stage of compilation, we save hard drive space and decrease -our the build time.</para> +our build time.</para> </sect1> |