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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6061%2Fhead;p=thirdparty%2Fpdns.git Docs: Fix minor typos in the regression tests README --- diff --git a/regression-tests/README.md b/regression-tests/README.md index 1821183807..d1b461017c 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 ```