]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix a typo in `systemctl-enable.c`
authorG2-Games <ke0bhogsg@gmail.com>
Fri, 6 Oct 2023 06:03:18 +0000 (01:03 -0500)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 6 Oct 2023 07:10:43 +0000 (09:10 +0200)
src/systemctl/systemctl-enable.c

index 4d554444d398ef06390b46af8ed8d61e85979c99..7d9b7c794a17697a0b6c8e8a8f8dbd8cc08dde88 100644 (file)
@@ -263,7 +263,7 @@ int verb_enable(int argc, char *argv[], void *userdata) {
                            "Also=, or Alias= settings in the [Install] section, and DefaultInstance= for\n"
                            "template units). This means they are not meant to be enabled or disabled using systemctl.\n"
                            " \n" /* trick: the space is needed so that the line does not get stripped from output */
-                           "Possible reasons for having this kind of units are:\n"
+                           "Possible reasons for having these kinds of units are:\n"
                            "%1$s A unit may be statically enabled by being symlinked from another unit's\n"
                            "  .wants/, .requires/, or .upholds/ directory.\n"
                            "%1$s A unit's purpose may be to act as a helper for some other unit which has\n"