Browse Source

Typo fix.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3039 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 years ago
parent
commit
b4f6bac08c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter05/toolchaintechnotes.xml

+ 1 - 1
chapter05/toolchaintechnotes.xml

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