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: Simon Josefsson <simon <at> josefsson.org>
To: 77116 <at> debbugs.gnu.org
Subject: [bug#77116] [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)]

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.