Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-09-19 20:10:13 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-09-19 20:10:13 +0300
commite48df09c4c3d62a02bae7898593b825d96510431 (patch)
tree36990b2329bd1e7ef02012c7cc2f90d0a34a9b2b /include/tests_dns
parent187016a0511e59f95defc1b04dd39195fecdc50c (diff)
Fixed typo found by SDK
Diffstat (limited to 'include/tests_dns')
-rw-r--r--include/tests_dns4
1 files 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"
#
#################################################################################