]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/exec-util.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / shared / exec-util.c
index 2867f08a7a7972e9a84971a2720e857f2000bea2..add7fe4c141f45d82efc25a700cb0eb5792f9cd8 100644 (file)
@@ -105,7 +105,7 @@ static int do_execute(
                         return log_oom();
         }
 
-        /* Abort execution of this process after the timout. We simply rely on SIGALRM as
+        /* Abort execution of this process after the timeout. We simply rely on SIGALRM as
          * default action terminating the process, and turn on alarm(). */
 
         if (timeout != USEC_INFINITY)