~ruther/guix-local

85ac401acf2e33e4cb6d1510ac24867dc516e656 — Mathieu Othacehe 9 years ago bfbf6e1
services: openvpn: Fix a typo which was corrected in generated doc.

* gnu/services/vpn.scm (define-split-configuration): Fix typo.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/services/vpn.scm
M gnu/services/vpn.scm => gnu/services/vpn.scm +2 -1
@@ 1,6 1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 279,7 280,7 @@ by the authority given in @code{ca}.")

   (key
    (string "/etc/openvpn/client.key")
    "The key of the machine the daemon is running on. It must be the whose
    "The key of the machine the daemon is running on. It must be the key whose
certificate is @code{cert}.")

   (comp-lzo?