guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/5] services: Fix a typo which was corrected in generated do


From: Clément 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
User-agent: mu4e 0.9.18; emacs 25.2.1

> * 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?

The commit message should be: "services: openvpn: ...", but otherwise
LGTM :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]