summaryrefslogtreecommitdiffstats
path: root/src/systemctl
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-02-09 16:34:02 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-02-09 16:34:08 +0100
commit8c244a509424d348edf61a2cc51d4fae35c1b6b7 (patch)
tree7a98929364516139f796897ac4168ad5e65c1c26 /src/systemctl
parentbuild(deps): bump systemd/mkosi (diff)
downloadsystemd-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.c2
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). */