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>
This commit is contained in:
Mathieu Othacehe 2017-03-24 11:00:16 +01:00 committed by Clément Lassieur
parent bfbf6e1e10
commit 85ac401acf
No known key found for this signature in database
GPG key ID: 89F96D4808F359C7

View file

@ -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 @@ (define-split-configuration openvpn-client-configuration
(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?