From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/1] guix package: Fix typo in comment. Date: Wed, 23 Dec 2015 23:37:05 -0500 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBxeL-0008Kb-Ha for guix-devel@gnu.org; Wed, 23 Dec 2015 23:37:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBxeI-0006aK-NY for guix-devel@gnu.org; Wed, 23 Dec 2015 23:37:13 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBxeI-0006aA-K1 for guix-devel@gnu.org; Wed, 23 Dec 2015 23:37:10 -0500 Received: from localhost.localdomain (unknown [73.46.63.161]) by mail.messagingengine.com (Postfix) with ESMTPA id 75D90680183 for ; Wed, 23 Dec 2015 23:37:08 -0500 (EST) In-Reply-To: In-Reply-To: References: 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 * 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