From: Antonio Alvarez Feijoo Date: Wed, 21 Dec 2022 10:25:03 +0000 (+0100) Subject: systemctl: fix typo X-Git-Tag: v253-rc1~233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09ed55c26d15401a893b52d4845414edab16f740;p=thirdparty%2Fsystemd.git systemctl: fix typo --- diff --git a/src/systemctl/systemctl-start-unit.c b/src/systemctl/systemctl-start-unit.c index 42a5b086c37..224e831b99f 100644 --- a/src/systemctl/systemctl-start-unit.c +++ b/src/systemctl/systemctl-start-unit.c @@ -299,7 +299,7 @@ int verb_start(int argc, char *argv[], void *userdata) { mode = "isolate"; suffix = ".target"; } else if (!arg_marked) { - /* A command in style of "systemctl start …", "sysemctl stop …" and so on */ + /* A command in style of "systemctl start …", "systemctl stop …" and so on */ method = verb_to_method(argv[0]); job_type = verb_to_job_type(argv[0]); mode = arg_job_mode();