From c356e831c0290e1cd34bdfb33340ae674f0cbd2e Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Sat, 3 Nov 2018 13:52:06 +0100
Subject: [PATCH] doc: Fix typo.

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

diff --git a/doc/guix.texi b/doc/guix.texi
index d0e8e002dd4..b6e571129b4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16611,7 +16611,7 @@ the nginx web server, and also a fastcgi wrapper daemon.
 @deffn {Scheme Variable} httpd-service-type
 Service type for the @uref{https://httpd.apache.org/,Apache HTTP} server
 (@dfn{httpd}).  The value for this service type is a
-@code{https-configuration} record.
+@code{httpd-configuration} record.
 
 A simple example configuration is given below.
 
-- 
GitLab