]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: fix typo
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 21 Dec 2022 10:25:03 +0000 (11:25 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 21 Dec 2022 10:34:25 +0000 (19:34 +0900)
src/systemctl/systemctl-start-unit.c

index 42a5b086c37b7e34677e70236d9f5d44d5e191ed..224e831b99f586ffc06f1ddd24610738a35167c7 100644 (file)
@@ -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();