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:
authorMichael Boelen <michael.boelen@cisofy.com>2018-09-06 08:55:58 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-09-06 08:55:58 +0300
commitd0f4a90c00104cbc00081dbc8cad4b0f79a01641 (patch)
treeec0b3b0eefe4889e0e87fedd656cb5c275ea0274 /include/tests_filesystems
parent2334bba492687f45a248ca90bd10227fa40eeed2 (diff)
Grammar change
Diffstat (limited to 'include/tests_filesystems')
-rw-r--r--include/tests_filesystems2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_filesystems b/include/tests_filesystems
index b8e30522..315aa9d8 100644
--- a/include/tests_filesystems
+++ b/include/tests_filesystems
@@ -52,7 +52,7 @@
if IsEmpty "${FIND}"; then
LogText "Result: ${I} not found in mount list. Directory most likely stored on / file system"
Display --indent 4 --text "- Checking ${I} mount point" --result "${STATUS_SUGGESTION}" --color YELLOW
- ReportSuggestion ${TEST_NO} "To decrease the impact of a full ${I} file system, place ${I} on a separated partition"
+ ReportSuggestion ${TEST_NO} "To decrease the impact of a full ${I} file system, place ${I} on a separate partition"
AddHP 9 10
else
LogText "Result: found ${I} as a separated mount point"