[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix typo.
From: |
Oleg Pykhalov |
Subject: |
01/01: doc: Fix typo. |
Date: |
Fri, 15 Dec 2017 04:48:07 -0500 (EST) |
wigust pushed a commit to branch master
in repository guix.
commit dfb403b053eb0ea5e7c052855ba419e6a9968442
Author: Oleg Pykhalov <address@hidden>
Date: Wed Dec 13 08:49:05 2017 +0300
doc: Fix typo.
* doc/guix.texi (DNS Services): Fix knot-configuration.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 92ac45b..7625f30 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15341,7 +15341,7 @@ and one slave, is:
(operating-system
;; ...
(services (cons* (service knot-service-type
- (knot-confifguration
+ (knot-configuration
(remotes (list plop-master))
(zones (list master-zone slave-zone))))
;; ...