diff options
author | G2-Games <ke0bhogsg@gmail.com> | 2023-10-06 08:03:18 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-10-06 09:10:43 +0200 |
commit | 49199677205afbe44c49dd198baf4f7c65953f21 (patch) | |
tree | 6e76db57a7f8475a776263f923cd5a0f9bea96bc | |
parent | journalctl: verify that old entries are not sealed with too recent key (#28885) (diff) | |
download | systemd-49199677205afbe44c49dd198baf4f7c65953f21.tar.xz systemd-49199677205afbe44c49dd198baf4f7c65953f21.zip |
Fix a typo in `systemctl-enable.c`
-rw-r--r-- | src/systemctl/systemctl-enable.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |