소스 검색

Typo fix.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3039 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 년 전
부모
커밋
b4f6bac08c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
 
 <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