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:16:33 +0300
committerJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:28:56 +0300
commitacf7943936b44858d0a815f493ecd9c704047961 (patch)
treed53014c27d63f671abb57c073e92da20064352dc /include/tests_time
parent499cf1cdb93f5a0d10db9cc9d4e949b4212ae313 (diff)
spelling: ambiguous
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 95c695bc..1a262d82 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -106,7 +106,7 @@
fi
# Check running processes (ntpd from ntp.org)
- # As checking by process name is ambigiouse (openntpd has the same process name),
+ # As checking by process name is ambiguous (openntpd has the same process name),
# this check will be skipped if openntpd has been found.
FIND=$(${PSBINARY} ax | ${GREPBINARY} "ntpd" | ${GREPBINARY} -v "dntpd" | ${GREPBINARY} -v "ntpd: " | ${GREPBINARY} -v "grep")
if [ "${NTP_DAEMON}" != "openntpd" ] && [ -n "${FIND}" ]; then