diff mbox series

[bug#61430] doc: Fix documentation typo.

Message ID 20230211111609.13534-1-remco@remworks.net
State New
Headers show
Series [bug#61430] doc: Fix documentation typo. | expand

Commit Message

Remco van 't Veer Feb. 11, 2023, 11:16 a.m. UTC
* doc/guix.texi (Service Reference): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 222eef1999d60f33053e6069ecd4ea86a030834f

Comments

Julien Lepiller Feb. 11, 2023, 12:07 p.m. UTC | #1
Pushed to master as fe554337de7fa739165958e655fa6fb9dc73cf06, thanks!
diff mbox series

Patch

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 @@  Service Reference
 
   (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"))))))