diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-09 16:34:02 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-09 16:34:08 +0100 |
commit | 8c244a509424d348edf61a2cc51d4fae35c1b6b7 (patch) | |
tree | 7a98929364516139f796897ac4168ad5e65c1c26 /src/systemctl | |
parent | build(deps): bump systemd/mkosi (diff) | |
download | systemd-8c244a509424d348edf61a2cc51d4fae35c1b6b7.tar.xz systemd-8c244a509424d348edf61a2cc51d4fae35c1b6b7.zip |
systemctl: fix typo
Follow-up for 1baa0415ae612266c77016567390a8232a60d9db.
Diffstat (limited to 'src/systemctl')
-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 1904ecf949..24a1b3d583 100644 --- a/src/systemctl/systemctl-enable.c +++ b/src/systemctl/systemctl-enable.c @@ -333,7 +333,7 @@ int verb_enable(int argc, char *argv[], void *userdata) { char *fn; /* 'enable' accept path to unit files, so extract it first. Don't try to - * glob them though, as starting globbed unit seldomly makes sense and + * glob them though, as starting globbed unit seldom makes sense and * actually changes the semantic (we're operating on DefaultInstance= * when enabling). */ |