From: G2-Games Date: Fri, 6 Oct 2023 06:03:18 +0000 (-0500) Subject: Fix a typo in `systemctl-enable.c` X-Git-Tag: v255-rc1~310 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49199677205afbe44c49dd198baf4f7c65953f21;p=thirdparty%2Fsystemd.git Fix a typo in `systemctl-enable.c` --- diff --git a/src/systemctl/systemctl-enable.c b/src/systemctl/systemctl-enable.c index 4d554444d39..7d9b7c794a1 100644 --- a/src/systemctl/systemctl-enable.c +++ b/src/systemctl/systemctl-enable.c @@ -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"