]> granicus.if.org Git - pdns/commitdiff
Docs: Fix minor typos in the regression tests README
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 6 Dec 2017 09:03:11 +0000 (10:03 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 6 Dec 2017 09:03:11 +0000 (10:03 +0100)
regression-tests/README.md

index 18211838078f194ebe40c937e7b8f70299bfe5b6..d1b461017c56fa99de155a5a4a23e062d551d460 100644 (file)
@@ -139,15 +139,15 @@ files in all subdirectories to see what happened.
 
 Debian Jessie notes
 -------------------
-On debian-jessie, most of these tools can be retrieve with:
+On debian-jessie, most of these tools can be retrieved with:
 ```
 $ sudo apt-get install validns ldnsutils bind9utils libnet-dns-perl
 $ sudo apt-get -t jessie-backports install unbound-host
 ```
 
-libnet-dns-perl is needed for one dyndns tests.
+libnet-dns-perl is needed for one dyndns test.
 
-This does not install the jdnssec-verifyzone tools. The test that will break without that cna be disabled with:
+This does not install the jdnssec-verifyzone tools. The test that will break without that can be disabled with:
 ```
 touch tests/verify-dnssec-zone/allow-missing
 ```