From: Yu Watanabe Date: Fri, 9 Feb 2024 15:34:02 +0000 (+0900) Subject: systemctl: fix typo X-Git-Tag: v256-rc1~916 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c244a509424d348edf61a2cc51d4fae35c1b6b7;p=thirdparty%2Fsystemd.git systemctl: fix typo Follow-up for 1baa0415ae612266c77016567390a8232a60d9db. --- diff --git a/src/systemctl/systemctl-enable.c b/src/systemctl/systemctl-enable.c index 1904ecf949b..24a1b3d5839 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). */