[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26137: [PATCH v3 5/6] services: openvpn: Fix a typo which was correc
From: |
Mathieu Othacehe |
Subject: |
bug#26137: [PATCH v3 5/6] services: openvpn: Fix a typo which was corrected in generated doc. |
Date: |
Fri, 24 Mar 2017 11:00:16 +0100 |
* gnu/services/vpn.scm (define-split-configuration): Fix typo.
---
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 844a11b3d..e1a04a985 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 <address@hidden>
;;; Copyright © 2017 Clément Lassieur <address@hidden>
+;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
;;;
;;; 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?
--
2.12.0
- bug#26137: [PATCH 1/6] gnu: tlp: Read configuration from /etc/tlp., (continued)
- bug#26137: [PATCH 1/6] gnu: tlp: Read configuration from /etc/tlp., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 2/6] services: Factorize define-maybe macro., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 3/6] services: configuration: Rewrite id procedure., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 5/6] services: openvpn: Fix a typo which was corrected in generated doc., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 6/6] doc: Re-generate openvpn service documentation., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 4/6] gnu: Add tlp service., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH v3 0/6] Add TLP service., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 1/6] gnu: tlp: Read configuration from /etc/tlp., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 3/6] services: configuration: Rewrite id procedure., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 2/6] services: Factorize define-maybe macro., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 5/6] services: openvpn: Fix a typo which was corrected in generated doc.,
Mathieu Othacehe <=
- bug#26137: [PATCH v3 6/6] doc: Re-generate openvpn service documentation., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 4/6] gnu: Add tlp service., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 0/6] Add TLP service., Clément Lassieur, 2017/03/24