From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: [PATCH 5/5] services: Fix a typo which was corrected in generated doc. Date: Thu, 16 Mar 2017 17:44:15 +0100 Message-ID: <878to5jhnk.fsf@lassieur.org> References: <20170315204642.27626-1-m.othacehe@gmail.com> <20170315204642.27626-6-m.othacehe@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coYVi-0002v9-RM for guix-devel@gnu.org; Thu, 16 Mar 2017 12:44:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coYVf-0000SH-KQ for guix-devel@gnu.org; Thu, 16 Mar 2017 12:44:22 -0400 Received: from mail.lassieur.org ([83.152.10.219]:35964) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coYVf-0000Rq-Ba for guix-devel@gnu.org; Thu, 16 Mar 2017 12:44:19 -0400 In-reply-to: <20170315204642.27626-6-m.othacehe@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: guix-devel@gnu.org > * 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 > ;;; Copyright © 2017 Clément Lassieur > +;;; Copyright © 2017 Mathieu Othacehe > ;;; > ;;; 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? The commit message should be: "services: openvpn: ...", but otherwise LGTM :)