]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/service: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:42:10 +0000 (16:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:42:10 +0000 (16:42 +0900)
Follow-up for c53d2d54bd29bd6f4c21705ae23425ade8c12167.

src/core/service.c

index ede78d611e49058ef79f7ccb1f332bf7d9bd7992..f158c43615b5e7ca444ca75b9d02f7b78636cb2d 100644 (file)
@@ -2451,7 +2451,7 @@ static int service_adverse_to_leftover_processes(Service *s) {
          * Here we take these two factors and refuse to start a service if there are existing processes
          * within a control group. Databases, while generally having some protection against multiple
          * instances running, lets not stress the rigor of these. Also ExecStartPre= parts of the service
-         * aren't as rigoriously written to protect aganst against multiple use. */
+         * aren't as rigoriously written to protect against multiple use. */
 
         if (unit_warn_leftover_processes(UNIT(s), /* start = */ true) > 0 &&
             IN_SET(s->kill_context.kill_mode, KILL_MIXED, KILL_CONTROL_GROUP) &&