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:
authormarcus-cr <marcus-cr@users.noreply.github.com>2016-10-19 12:17:33 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-19 12:17:33 +0300
commit9dabecadbf905869b1948d6751798f0b35b671cf (patch)
tree8d1c6027cb5bcf3e23f9340ced4cbeebf200ba5c /include/tests_time
parenta60d4b973a3d2790903c3ea5cc5d8e356434fb45 (diff)
Update tests_time (#294)
Diffstat (limited to 'include/tests_time')
-rw-r--r--include/tests_time2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_time b/include/tests_time
index de82561a..cd76b2d9 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -319,7 +319,7 @@
# Test : TIME-3128
# Description : Check time source candidates
if [ ${NTPD_RUNNING} -eq 1 -a ! "${NTPQBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- Register --test-no TIME-3128 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check preffered time source"
+ Register --test-no TIME-3128 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check preferred time source"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Checking preferred time source"
FIND=$(${NTPQBINARY} -p -n | ${GREPBINARY} '^+' | ${AWKBINARY} '{ print $1 }')