From 09ed55c26d15401a893b52d4845414edab16f740 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Wed, 21 Dec 2022 11:25:03 +0100 Subject: [PATCH] systemctl: fix typo --- src/systemctl/systemctl-start-unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.3