From 287cf2d802263c909553689869b2146c67bb765f Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 18 Jan 2020 08:38:29 +0100 Subject: [PATCH] typo: "May modify to" -> "May modify" --- src/analyze/analyze-security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.25.1