guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix documentation typo.


From: guix-commits
Subject: branch master updated: doc: Fix documentation typo.
Date: Sat, 11 Feb 2023 07:07:36 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fe554337de doc: Fix documentation typo.
fe554337de is described below

commit fe554337de7fa739165958e655fa6fb9dc73cf06
Author: Remco van 't Veer <remco@remworks.net>
AuthorDate: Sat Feb 11 12:16:09 2023 +0100

    doc: Fix documentation typo.
    
    * doc/guix.texi (Service Reference): Fix typo.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 5fb5850a6c..6c7c918eb0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -40482,7 +40482,7 @@ from being an alias of @code{localhost}.
 
   (essential-services
    (modify-services
-     (operation-system-default-essential-services this-operating-system)
+     (operating-system-default-essential-services this-operating-system)
      (hosts-service-type config => (list
                                      (host "127.0.0.1" "localhost")
                                      (host "::1"       "localhost"))))))



reply via email to

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