From e48df09c4c3d62a02bae7898593b825d96510431 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 19 Sep 2019 19:10:13 +0200 Subject: [PATCH] Fixed typo found by SDK --- include/tests_dns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tests_dns b/include/tests_dns index b7cf2ba8..28bea959 100644 --- a/include/tests_dns +++ b/include/tests_dns @@ -24,8 +24,8 @@ # # # TODO create records on test domain # # TODO after update even IP match can be checked to detect hijacking -# SIGOKDNS="sigok.example.org" # adress with good DNSSEC signature -# SIGFAILDNS="sigfail.example.org" # adress with bad DNSSEC signature +# SIGOKDNS="sigok.example.org" # address with good DNSSEC signature +# SIGFAILDNS="sigfail.example.org" # address with bad DNSSEC signature # TIMEOUT=";; connection timed out; no servers could be reached" # #################################################################################