diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2022-12-21 11:25:03 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-12-21 11:34:25 +0100 |
commit | 09ed55c26d15401a893b52d4845414edab16f740 (patch) | |
tree | e1c4394cc84625f26b248e6b3b91df7bbab567f3 /src/systemctl/systemctl-start-unit.c | |
parent | rules: add missing line continuation (diff) | |
download | systemd-09ed55c26d15401a893b52d4845414edab16f740.tar.xz systemd-09ed55c26d15401a893b52d4845414edab16f740.zip |
systemctl: fix typo
Diffstat (limited to 'src/systemctl/systemctl-start-unit.c')
-rw-r--r-- | src/systemctl/systemctl-start-unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl-start-unit.c b/src/systemctl/systemctl-start-unit.c index 42a5b086c3..224e831b99 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 <unit1> <unit2> …", "sysemctl stop <unit1> <unit2> …" and so on */ + /* A command in style of "systemctl start <unit1> <unit2> …", "systemctl stop <unit1> <unit2> …" and so on */ method = verb_to_method(argv[0]); job_type = verb_to_job_type(argv[0]); mode = arg_job_mode(); |