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:
authorJohn Eismeier <32205350+jeis2497052@users.noreply.github.com>2018-04-23 11:54:44 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-04-23 11:54:44 +0300
commitc5dcbe8c31a70b3f2dea4bf4527567f86be0c4bf (patch)
tree9badb634b69df2486a2b2ceaa10b53ff14b5cdd5 /include/tests_time
parent7e0b300e27d6427ce85606d448aceafb107540ed (diff)
Propose fix some typos (#538)
Diffstat (limited to 'include/tests_time')
-rwxr-xr-x[-rw-r--r--]include/tests_time4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_time b/include/tests_time
index 78cb65b3..316cf55a 100644..100755
--- a/include/tests_time
+++ b/include/tests_time
@@ -360,10 +360,10 @@
FIND=$(${NTPQBINARY} -p -n | ${EGREPBINARY} '^x')
if [ -z "${FIND}" ]; then
Display --indent 2 --text "- Checking falsetickers" --result "${STATUS_OK}" --color GREEN
- LogText "Result: No falsetickers found (items preceeding with an 'x')"
+ LogText "Result: No falsetickers found (items preceding with an 'x')"
else
Display --indent 2 --text "- Checking falsetickers" --result "${STATUS_NONE}" --color YELLOW
- LogText "Result: Found one or more falsetickers (items preceeding with an 'x')"
+ LogText "Result: Found one or more falsetickers (items preceding with an 'x')"
for I in ${FIND}; do
I=$(echo ${I} | ${SEDBINARY} 's/x//g')
LogText "Falseticker found: ${I}"