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>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77116: closed ([PATCH] Shepherd: doc: Fix typo of 'daemonizes'.)
Date: Sat, 22 Mar 2025 18:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 22 Mar 2025 19:25:34 +0100
with message-id <87o6xs6hy9.fsf_-_ <at> gnu.org>
and subject line Re: [bug#77116] [PATCH] Shepherd: doc: Fix typo of 'daemonizes'., [PATCH] doc: Fix typo of 'daemonizes'.
has caused the debbugs.gnu.org bug report #77116,
regarding [PATCH] Shepherd: doc: Fix typo of 'daemonizes'.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77116: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77116
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 6 (message/rfc822, inline)]
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 62 days ago.

Previous Next


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