guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: services: mcron: Fix typo in comment.


From: Ludovic Courtès
Subject: 02/06: services: mcron: Fix typo in comment.
Date: Tue, 13 Nov 2018 09:05:22 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 190877748eeadff475dca822847fb3a5cc4467b9
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 13 10:36:37 2018 +0100

    services: mcron: Fix typo in comment.
    
    * gnu/services/mcron.scm (shepherd-schedule-action): Fix typo in comment.
---
 gnu/services/mcron.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/mcron.scm b/gnu/services/mcron.scm
index 5757bf8..120b663 100644
--- a/gnu/services/mcron.scm
+++ b/gnu/services/mcron.scm
@@ -86,7 +86,7 @@ files."
                  (lambda ()
                    (zero? (close-pipe pipe)))
                  (lambda args
-                   ;; There's with race between the SIGCHLD handler, which
+                   ;; There's a race with the SIGCHLD handler, which
                    ;; could call 'waitpid' before 'close-pipe' above does.  If
                    ;; we get ECHILD, that means we lost the race, but that's
                    ;; fine.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]