guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/1] guix package: Fix typo in comment.


From: Leo Famulari
Subject: Re: [PATCH 1/1] guix package: Fix typo in comment.
Date: Fri, 25 Dec 2015 23:38:41 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Dec 23, 2015 at 11:37:05PM -0500, Leo Famulari wrote:
> * guix/scripts/package.scm: Fix typo.
> ---
>  guix/scripts/package.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm
> index c62daee..d0b5abd 100644
> --- a/guix/scripts/package.scm
> +++ b/guix/scripts/package.scm
> @@ -151,7 +151,7 @@ GENERATIONS is a list of generation numbers."
>    "Delete from PROFILE all the generations matching PATTERN.  PATTERN must be
>  a string denoting a set of generations: the empty list means \"all 
> generations
>  but the current one\", a number designates a generation, and other patterns
> -denote ranges as interpreted by 'matching-derivations'."
> +denote ranges as interpreted by 'matching-generations'."
>    (let ((current (generation-number profile)))
>      (cond ((not (file-exists? profile))            ; XXX: race condition
>             (raise (condition (&profile-not-found-error
> -- 
> 2.6.2
> 

Pushed as 38fa30eb95.



reply via email to

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