From 49199677205afbe44c49dd198baf4f7c65953f21 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Fri, 6 Oct 2023 01:03:18 -0500 Subject: [PATCH] Fix a typo in `systemctl-enable.c` --- src/systemctl/systemctl-enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemctl/systemctl-enable.c b/src/systemctl/systemctl-enable.c index 4d554444d3..7d9b7c794a 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" -- 2.25.1