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-21 17:31:06 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-09-21 17:31:06 +0300
commita1b6d463b2f3ff5f9cdd2383bc3ee031f38bb4e5 (patch)
treebd151fa6c6aac9b0e76ce87381c988ecf9dc693c /include/tests_dns
parent2c32e8e04df851fbea035a75b29d73558562e901 (diff)
Fixed a typo
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 28bea959..7e6109f5 100644
--- a/include/tests_dns
+++ b/include/tests_dns
@@ -35,7 +35,7 @@
#################################################################################
#
# # Test : DNS-1600
-# # Description : Validate DNSSEC signiture is checked
+# # Description : Validate DNSSEC signature is checked
# Register --test-no DNS-1600 --weight L --network YES --category security --description "Validate DNSSEC igniture is checked"
# if [ "${SKIPTEST}" -eq 0 ]; then
# if [ -n "${DIGBINARY}" ]; then
@@ -54,7 +54,7 @@
# elif [ -n "${GOOD}" -a -n "${BAD}" ]; then
# Display --indent 4 --text "- Checking DNSSEC validation" --result "${STATUS_SUGGESTION}" --color YELLOW
# LogText "Note: Using DNSSEC validation can protect from DNS hijacking"
-# #ReportSuggestion "${TEST_NO}" "Altered DNS queries are accepted, configure DNSSEC valdating name servers"
+# #ReportSuggestion "${TEST_NO}" "Altered DNS queries are accepted, configure DNSSEC validating name servers"
# AddHP 2 2
# elif [ -n "${GOOD}" -a -z "${BAD}" ]; then
# Display --indent 4 --text "- Checking DNSSEC validation" --result "${STATUS_OK}" --color GREEN