GNU bug report logs - #77116
[PATCH] Shepherd: doc: Fix typo of 'daemonizes'.

Previous Next

Package: guix-patches;

Reported by: Simon Josefsson <simon <at> josefsson.org>

Date: Wed, 19 Mar 2025 12:31:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

To reply to this bug, email your comments to 77116 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77116; Package guix-patches. (Wed, 19 Mar 2025 12:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Simon Josefsson <simon <at> josefsson.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 19 Mar 2025 12:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Simon Josefsson <simon <at> josefsson.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] Shepherd: doc: Fix typo of 'daemonizes'.
Date: Wed, 19 Mar 2025 13:29:20 +0100
[Message part 1 (text/plain, inline)]
Hi.  Thanks for a new release!  The attached patch should fix a minor
typo that I noticed by using 'codespell'.

/Simon
[0001-doc-Fix-typo-of-daemonizes.patch (text/x-diff, inline)]
From d74d046aee3cd2a2fe450c9067b0bd1c61352acc Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon <at> josefsson.org>
Date: Wed, 19 Mar 2025 13:25:09 +0100
Subject: [PATCH] doc: Fix typo of 'daemonizes'.

* doc/shepherd.texi (Service Examples): Fix typo.
---
 doc/shepherd.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index 3f3dbe8..f826b74 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1832,7 +1832,7 @@ usual @code{make-forkexec-constructor} and @code{make-kill-destructor}.
 (service
   '(nginx)
   #:start (lambda ()
-            ;; The 'nginx' command deamonizes and returns immediately;
+            ;; The 'nginx' command daemonizes and returns immediately;
             ;; it eventually writes a PID file once successfully started.
             (and (zero? (system* "/usr/sbin/nginx"))
                  (read-pid-file "/var/run/nginx/pid")))
-- 
2.48.1

[signature.asc (application/pgp-signature, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 22 Mar 2025 18:26:02 GMT) Full text and rfc822 format available.

Notification sent to Simon Josefsson <simon <at> josefsson.org>:
bug acknowledged by developer. (Sat, 22 Mar 2025 18:26:02 GMT) Full text and rfc822 format available.

Message #10 received at 77116-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Simon Josefsson <simon <at> josefsson.org>
Cc: 77116-done <at> debbugs.gnu.org
Subject: Re: [bug#77116] [PATCH] Shepherd: doc: Fix typo of 'daemonizes'.,
 [PATCH] doc: Fix typo of 'daemonizes'.
Date: Sat, 22 Mar 2025 19:25:34 +0100
Simon Josefsson <simon <at> josefsson.org> skribis:

> From d74d046aee3cd2a2fe450c9067b0bd1c61352acc Mon Sep 17 00:00:00 2001
> From: Simon Josefsson <simon <at> josefsson.org>
> Date: Wed, 19 Mar 2025 13:25:09 +0100
> Subject: [PATCH] doc: Fix typo of 'daemonizes'.
>
> * doc/shepherd.texi (Service Examples): Fix typo.

Applied, thanks!




This bug report was last modified 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.