snape pushed a commit to branch master
in repository guix.
commit 85ac401acf2e33e4cb6d1510ac24867dc516e656
Author: Mathieu Othacehe <[email protected]>
Date: Fri Mar 24 11:00:16 2017 +0100
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 <[email protected]>
---
gnu/services/vpn.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm
index 844a11b..e1a04a9 100644
--- a/gnu/services/vpn.scm
+++ b/gnu/services/vpn.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Julien Lepiller <[email protected]>
;;; Copyright © 2017 Clément Lassieur <[email protected]>
+;;; Copyright © 2017 Mathieu Othacehe <[email protected]>
;;;
;;; 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?