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_logging
parent7e0b300e27d6427ce85606d448aceafb107540ed (diff)
Propose fix some typos (#538)
Diffstat (limited to 'include/tests_logging')
-rwxr-xr-x[-rw-r--r--]include/tests_logging4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_logging b/include/tests_logging
index dbd79f21..fe231f75 100644..100755
--- a/include/tests_logging
+++ b/include/tests_logging
@@ -305,7 +305,7 @@
#
# Test : LOGG-2152
# Description : Check for Solaris 'loghost' entry in /etc/inet/hosts, or
- # succesful resolving via DNS or any other name service.
+ # successful resolving via DNS or any other name service.
Register --test-no LOGG-2152 --weight L --os Solaris --network NO --category security --description "Checking loghost"
if [ ${SKIPTEST} -eq 0 ]; then
# Try local hosts file
@@ -322,7 +322,7 @@
FIND=$(getent hosts loghost | ${GREPBINARY} loghost)
if [ ! -z "${FIND}" ]; then
SOLARIS_LOGHOST_FOUND=1
- LogText "Result: name resolving was succesful"
+ LogText "Result: name resolving was successful"
LogText "Output: ${FIND}"
else
LogText "Result: name resolving didn't find results"