Browse Source

Fix typo and grammar.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@485 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
ba1c2fbd20
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README

+ 2 - 2
README

@@ -23,8 +23,8 @@ make perform-coverage
 	Runs the C++ tests (using googletests framework).
 	Runs the C++ tests (using googletests framework).
 
 
 make report-coverage
 make report-coverage
-	Generates the coverage HTML, excludes some unrelated headers.
-	The HTML reports are places in a directory called coverage/.
+	Generates the coverage HTML, excluding some unrelated headers.
+	The HTML reports are placed in a directory called coverage/.
 
 
 RUNNING
 RUNNING