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:
authorJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:17:05 +0300
committerJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:53:09 +0300
commitf22e1928383b68b9204906816e18f2b3af74774a (patch)
treeffb04878cf0e39c0c20ac41d92995bcaffcef289 /include/tests_time
parent499dff24286e4889d732028085a2506c40097215 (diff)
spelling: successful
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
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 f4c8bee9..0d1d65cb 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -86,7 +86,7 @@
# Reason: openntpd syncs only if large time corrections are not required or -s is passed.
# This might be not intended by the administrator (-s is NOT the default!)
FIND=$(${PSBINARY} ax | ${GREPBINARY} "ntpd: ntp engine" | ${GREPBINARY} -v "grep")
- # Status code 0 is when communication over the socket is successfull
+ # Status code 0 is when communication over the socket is successful
if ${NTPCTLBINARY} -s status > /dev/null 2> /dev/null; then
FOUND=1; NTP_DAEMON_RUNNING=1; NTP_CONFIG_TYPE_DAEMON=1; NTP_DAEMON="openntpd"
LogText "result: found openntpd (method: ntpctl)"