소스 검색

Grammar fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 년 전
부모
커밋
e696dbed7f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      appendixa/make-desc.xml

+ 2 - 2
appendixa/make-desc.xml

@@ -9,8 +9,8 @@ The Make package contains the make program.
 <sect2><title>Description</title>
 
 <para>
-make determine automatically which pieces of a large program need to be 
-recompiled, and issue the commands to recompile them.
+make determines automatically which pieces of a large program need to be 
+recompiled, and issues the commands to recompile them.
 </para>
 
 </sect2>