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_squid
parent7e0b300e27d6427ce85606d448aceafb107540ed (diff)
Propose fix some typos (#538)
Diffstat (limited to 'include/tests_squid')
-rwxr-xr-x[-rw-r--r--]include/tests_squid2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_squid b/include/tests_squid
index ee7a9704..31eced8b 100644..100755
--- a/include/tests_squid
+++ b/include/tests_squid
@@ -302,7 +302,7 @@
# Test : SQD-3680
# Description : Check httpd_suppress_version_string
if [ ${SQUID_DAEMON_RUNNING} -eq 1 -a ! -z "${SQUID_DAEMON_CONFIG}" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- Register --test-no SQD-3680 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check Squid version suppresion"
+ Register --test-no SQD-3680 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check Squid version suppression"
if [ ${SKIPTEST} -eq 0 ]; then
FIND=$(${GREPBINARY} "^httpd_suppress_version_string " ${SQUID_DAEMON_CONFIG} | ${GREPBINARY} " on")
if [ -z "${FIND}" ]; then