From: Wieland Hoffmann Date: Sat, 18 Jan 2020 07:38:29 +0000 (+0100) Subject: typo: "May modify to" -> "May modify" X-Git-Tag: v245-rc1~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=287cf2d802263c909553689869b2146c67bb765f;p=thirdparty%2Fsystemd.git typo: "May modify to" -> "May modify" --- diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c index 7fa17c99f52..392fadf68fd 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,