]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
typo: "May modify to" -> "May modify"
authorWieland Hoffmann <mineo@users.noreply.github.com>
Sat, 18 Jan 2020 07:38:29 +0000 (08:38 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 18 Jan 2020 09:08:27 +0000 (10:08 +0100)
src/analyze/analyze-security.c

index 7fa17c99f52e0123d8344419f929dc02dd4f3564..392fadf68fd99af21862e82395fa1f7270608c44 100644 (file)
@@ -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,