From: Remi Gacogne Date: Wed, 6 Dec 2017 09:03:11 +0000 (+0100) Subject: Docs: Fix minor typos in the regression tests README X-Git-Tag: dnsdist-1.3.0~206^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=816f89bf698f49a266af844bdf82c6c5468cef49;p=pdns Docs: Fix minor typos in the regression tests README --- diff --git a/regression-tests/README.md b/regression-tests/README.md index 182118380..d1b461017 100644 --- a/regression-tests/README.md +++ b/regression-tests/README.md @@ -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 ```