summaryrefslogtreecommitdiff
path: root/guix/scripts
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2015-12-23 23:37:05 -0500
committerLeo Famulari <leo@famulari.name>2015-12-25 23:36:42 -0500
commit38fa30eb95b5c05d1718f1166583a9318a375272 (patch)
tree72bbef654cd2023f971fd42f70f506f55ce03ea6 /guix/scripts
parent96250294012c2f1520b67f12ea80bfd6b98075a2 (diff)
downloadguix-patches-38fa30eb95b5c05d1718f1166583a9318a375272.tar
guix-patches-38fa30eb95b5c05d1718f1166583a9318a375272.tar.gz
guix package: Fix typo in comment.
* guix/scripts/package.scm: Fix typo.
Diffstat (limited to 'guix/scripts')
-rw-r--r--guix/scripts/package.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm
index c62daee9a7..d0b5abd0e2 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