aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/config-ldso.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-09 17:38:08 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-09 17:38:08 +0000
commit4d994af41993a91e108750000ed6812040887e06 (patch)
tree9c0aa0e5d23aa7ca97ffbcd8697c5b0d41b65feb /chapter06/config-ldso.xml
parent2f86e053737bbad5ce63083b839ec55404e87082 (diff)
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-ldso.xml')
-rw-r--r--chapter06/config-ldso.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/config-ldso.xml b/chapter06/config-ldso.xml
index fca1a5640..75256b5fd 100644
--- a/chapter06/config-ldso.xml
+++ b/chapter06/config-ldso.xml
@@ -8,7 +8,7 @@ libraries, so there normally isn't a need for the
directories in which a user wants the system to search for paths. The
<filename class="directory">/usr/local/lib</filename> directory isn't
searched through for dynamic libraries by default, so we want to add
-this path so when a user installs software he won't be suprised by them not
+this path so when a user installs software he won't be surprised by them not
running for some reason.
</para>
@@ -37,7 +37,7 @@ Although it's not necessary to add the
<filename class="directory">/usr/lib</filename> directories it doesn't
hurt. This way it can be seen right away what's being searched and a user
doesn't have
-to remeber the default search paths if he doesn't want to.
+to remember the default search paths if he doesn't want to.
</para>
</sect2>