summaryrefslogtreecommitdiff
path: root/src/analyze
diff options
context:
space:
mode:
authorWieland Hoffmann <mineo@users.noreply.github.com>2020-01-18 08:38:29 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-01-18 10:08:27 +0100
commit287cf2d802263c909553689869b2146c67bb765f (patch)
tree2a7814b6bfe58b103890ff8a1fbf83b2d8ba7ba8 /src/analyze
parent54dee8541ba34f7613504d69bb1bbd8eabc422ba (diff)
downloadsystemd-287cf2d802263c909553689869b2146c67bb765f.tar.gz
typo: "May modify to" -> "May modify"
Diffstat (limited to 'src/analyze')
-rw-r--r--src/analyze/analyze-security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c
index 7fa17c99f5..392fadf68f 100644
--- a/src/analyze/analyze-security.c
+++ b/src/analyze/analyze-security.c
@@ -746,7 +746,7 @@ static const struct security_assessor security_assessor_table[] = {
{
.id = "ProtectControlGroups=",
.description_good = "Service cannot modify the control group file system",
- .description_bad = "Service may modify to the control group file system",
+ .description_bad = "Service may modify the control group file system",
.url = "https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ProtectControlGroups=",
.weight = 1000,
.range = 1,