From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] guix package: Fix typo in comment. Date: Fri, 25 Dec 2015 23:38:41 -0500 Message-ID: <20151226043841.GA24605@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCgcv-0000hS-FS for guix-devel@gnu.org; Fri, 25 Dec 2015 23:38:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCgcq-0002dA-GQ for guix-devel@gnu.org; Fri, 25 Dec 2015 23:38:45 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:44345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCgcq-0002d5-9i for guix-devel@gnu.org; Fri, 25 Dec 2015 23:38:40 -0500 Received: from localhost (unknown [73.46.63.161]) by mail.messagingengine.com (Postfix) with ESMTPA id 2260D68015E for ; Fri, 25 Dec 2015 23:38:37 -0500 (EST) Content-Disposition: inline In-Reply-To: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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.