~ruther/guix-local

38fa30eb95b5c05d1718f1166583a9318a375272 — Leo Famulari 10 years ago 9625029
guix package: Fix typo in comment.

* guix/scripts/package.scm: Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/package.scm
M guix/scripts/package.scm => guix/scripts/package.scm +1 -1
@@ 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