Typo fix.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3039 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-10-25 01:31:56 +00:00
parent 323ef7403a
commit b4f6bac08c

View File

@ -185,7 +185,7 @@ recompile this one library, instead of having to recompile all the programs that
make use of the improved function.</para>
<para>If dynamic linking has several advantages, why then do we statically link
the first two packages in this chapter? The reasonsare threefold: historical,
the first two packages in this chapter? The reasons are threefold: historical,
educational, and technical. Historical, because earlier versions of LFS
statically linked every program in this chapter. Educational, because knowing
the difference is useful. Technical, because we gain an element of independence