]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 Feb 2024 15:34:02 +0000 (00:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 Feb 2024 15:34:08 +0000 (00:34 +0900)
Follow-up for 1baa0415ae612266c77016567390a8232a60d9db.

src/systemctl/systemctl-enable.c

index 1904ecf949b631eb4338c6ad9719134ee0f66d98..24a1b3d583938798019794a122d520216c869bca 100644 (file)
@@ -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). */