doc: Fix typo. * doc/guix.texi (DNS Services): Fix knot-configuration.
1 files changed, 1 insertions(+), 1 deletions(-) M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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)))) ;; ...